Color spaces of #feebfa
RGB | 254 | 235 | 250 |
---|---|---|---|
HSL | 0.87 | 0.90 | 0.96 |
HSV | 313° | 7° | 100° |
CMYK | 0.00 | 0.07 | 0.02 0.00 |
XYZ | 87.8367 | 87.3896 | 102.6809 |
Yxy | 87.3896 | 0.3161 | 0.3145 |
Hunter Lab | 93.4824 | 4.1256 | 0.3137 |
CIE-Lab | 94.9033 | 8.9911 | -4.9155 |
#feebfa color RGB value is (254,235,250).
#feebfa hex color red value is 254, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #feebfa hue: 0.87 , saturation: 0.90 and the lightness value of feebfa is 0.96.
The process color (four color CMYK) of #feebfa color hex is 0.00, 0.07, 0.02, 0.00. Web safe color of #feebfa is #ffffff. Color #feebfa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101011 | 11111010 |
Octal | 376 | 353 | 372 |
Decimal | 254 | 235 | 250 |
Hex | FE | EB | FA |
Shades of #feebfa
Tints of #feebfa
RGB Percentages of Color #feebfa
CMYK Percentages of Color #feebfa
Complementary Color
#feebfa | #ebfeef |
#feebfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feebfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#feebfa Color CSS Codes
.mybgcolor {background-color:#feebfa; } .myforecolor {color:#feebfa; } .mybordercolor {border:3px solid #feebfa; }
#feebfa Text Font Color
<p style="color:#feebfa">Text here</p>
This sample text font color is #feebfa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#feebfa Background Color
<div style="background-color:#feebfa">
Div content here</div>
This div background color is #feebfa
#feebfa Border Color
<div style="border:3px solid #feebfa">
Div here</div>
This div border color is #feebfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,235,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feebfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feebfa; -webkit-box-shadow: 1px 1px 3px 2px #feebfa; box-shadow: 1px 1px 3px 2px #feebfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,235,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feebfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feebfa; -webkit-box-shadow: 1px 1px 3px 2px #feebfa; box-shadow: 1px 1px 3px 2px #feebfa;">
Div content here</div>
This div box has shadow with color #feebfa
Comments
No comments written yet.
Please login to write comment.