Color spaces of #fbdfed
RGB | 251 | 223 | 237 |
---|---|---|---|
HSL | 0.92 | 0.78 | 0.93 |
HSV | 330° | 11° | 98° |
CMYK | 0.00 | 0.11 | 0.06 0.02 |
XYZ | 81.4574 | 79.3990 | 91.1530 |
Yxy | 79.3990 | 0.3232 | 0.3151 |
Hunter Lab | 89.1061 | 7.2422 | 1.7223 |
CIE-Lab | 91.4145 | 11.9412 | -3.2977 |
#fbdfed color RGB value is (251,223,237).
#fbdfed hex color red value is 251, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fbdfed hue: 0.92 , saturation: 0.78 and the lightness value of fbdfed is 0.93.
The process color (four color CMYK) of #fbdfed color hex is 0.00, 0.11, 0.06, 0.02. Web safe color of #fbdfed is #ffccff. Color #fbdfed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011111 | 11101101 |
Octal | 373 | 337 | 355 |
Decimal | 251 | 223 | 237 |
Hex | FB | DF | ED |
Shades of #fbdfed
Tints of #fbdfed
RGB Percentages of Color #fbdfed
CMYK Percentages of Color #fbdfed
Complementary Color
#fbdfed | #dffbed |
#fbdfed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbdfed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbdfed Color CSS Codes
.mybgcolor {background-color:#fbdfed; } .myforecolor {color:#fbdfed; } .mybordercolor {border:3px solid #fbdfed; }
#fbdfed Text Font Color
<p style="color:#fbdfed">Text here</p>
This sample text font color is #fbdfed
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.
#fbdfed Background Color
<div style="background-color:#fbdfed">
Div content here</div>
This div background color is #fbdfed
#fbdfed Border Color
<div style="border:3px solid #fbdfed">
Div here</div>
This div border color is #fbdfed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,223,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbdfed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbdfed; -webkit-box-shadow: 1px 1px 3px 2px #fbdfed; box-shadow: 1px 1px 3px 2px #fbdfed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,223,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbdfed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdfed; -webkit-box-shadow: 1px 1px 3px 2px #fbdfed; box-shadow: 1px 1px 3px 2px #fbdfed;">
Div content here</div>
This div box has shadow with color #fbdfed
Comments
No comments written yet.
Please login to write comment.