Color spaces of #fbdae4
RGB | 251 | 218 | 228 |
---|---|---|---|
HSL | 0.95 | 0.80 | 0.92 |
HSV | 342° | 13° | 98° |
CMYK | 0.00 | 0.13 | 0.09 0.02 |
XYZ | 78.8587 | 76.2535 | 83.9609 |
Yxy | 76.2535 | 0.3299 | 0.3190 |
Hunter Lab | 87.3233 | 8.3817 | 4.1192 |
CIE-Lab | 89.9769 | 13.0326 | -0.6825 |
#fbdae4 color RGB value is (251,218,228).
#fbdae4 hex color red value is 251, green value is 218 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fbdae4 hue: 0.95 , saturation: 0.80 and the lightness value of fbdae4 is 0.92.
The process color (four color CMYK) of #fbdae4 color hex is 0.00, 0.13, 0.09, 0.02. Web safe color of #fbdae4 is #ffcccc. Color #fbdae4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011010 | 11100100 |
Octal | 373 | 332 | 344 |
Decimal | 251 | 218 | 228 |
Hex | FB | DA | E4 |
Shades of #fbdae4
Tints of #fbdae4
RGB Percentages of Color #fbdae4
CMYK Percentages of Color #fbdae4
Complementary Color
#fbdae4 | #dafbf1 |
#fbdae4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbdae4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbdae4 Color CSS Codes
.mybgcolor {background-color:#fbdae4; } .myforecolor {color:#fbdae4; } .mybordercolor {border:3px solid #fbdae4; }
#fbdae4 Text Font Color
<p style="color:#fbdae4">Text here</p>
This sample text font color is #fbdae4
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.
#fbdae4 Background Color
<div style="background-color:#fbdae4">
Div content here</div>
This div background color is #fbdae4
#fbdae4 Border Color
<div style="border:3px solid #fbdae4">
Div here</div>
This div border color is #fbdae4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,218,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbdae4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbdae4; -webkit-box-shadow: 1px 1px 3px 2px #fbdae4; box-shadow: 1px 1px 3px 2px #fbdae4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,218,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbdae4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdae4; -webkit-box-shadow: 1px 1px 3px 2px #fbdae4; box-shadow: 1px 1px 3px 2px #fbdae4;">
Div content here</div>
This div box has shadow with color #fbdae4
Comments
No comments written yet.
Please login to write comment.