Color spaces of #fbdbff
RGB | 251 | 219 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.93 |
HSV | 293° | 14° | 100° |
CMYK | 0.02 | 0.14 | 0.00 0.00 |
XYZ | 83.1652 | 78.3923 | 105.3557 |
Yxy | 78.3923 | 0.3116 | 0.2937 |
Hunter Lab | 88.5394 | 12.7213 | -8.5733 |
CIE-Lab | 90.9586 | 17.2025 | -13.4051 |
#fbdbff color RGB value is (251,219,255).
#fbdbff hex color red value is 251, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbdbff hue: 0.81 , saturation: 1.00 and the lightness value of fbdbff is 0.93.
The process color (four color CMYK) of #fbdbff color hex is 0.02, 0.14, 0.00, 0.00. Web safe color of #fbdbff is #ffccff. Color #fbdbff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011011 | 11111111 |
Octal | 373 | 333 | 377 |
Decimal | 251 | 219 | 255 |
Hex | FB | DB | FF |
Shades of #fbdbff
Tints of #fbdbff
RGB Percentages of Color #fbdbff
CMYK Percentages of Color #fbdbff
Complementary Color
#fbdbff | #dfffdb |
#fbdbff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbdbff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbdbff Color CSS Codes
.mybgcolor {background-color:#fbdbff; } .myforecolor {color:#fbdbff; } .mybordercolor {border:3px solid #fbdbff; }
#fbdbff Text Font Color
<p style="color:#fbdbff">Text here</p>
This sample text font color is #fbdbff
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.
#fbdbff Background Color
<div style="background-color:#fbdbff">
Div content here</div>
This div background color is #fbdbff
#fbdbff Border Color
<div style="border:3px solid #fbdbff">
Div here</div>
This div border color is #fbdbff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,219,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbdbff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbdbff; -webkit-box-shadow: 1px 1px 3px 2px #fbdbff; box-shadow: 1px 1px 3px 2px #fbdbff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,219,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbdbff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdbff; -webkit-box-shadow: 1px 1px 3px 2px #fbdbff; box-shadow: 1px 1px 3px 2px #fbdbff;">
Div content here</div>
This div box has shadow with color #fbdbff
#fbdbff Color Palettes
Comments
No comments written yet.
Please login to write comment.