Shades of Selago #FCDBFC
Tints of Selago #FCDBFC
RGB
CMYK
RGB Variations
Color information
#FCDBFC (or 0xFCDBFC) is known color: Selago. HEX triplet: FC, DB and FC. RGB value is (252,219,252). Sum of RGB (Red+Green+Blue) = 252+219+252=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 219 (85.94% from 255 or 30.29% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBFC is #032403. Grayscale: #E8E8E8. Windows color (decimal): -205828 or 16571388. OLE color: 16571388.
HSL color Cylindrical-coordinate representation of color #FCDBFC: hue angle of 300º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDBFC is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 219 | 252 | - |
CMYK | 0 | 0.13 | 0 | 0.01 |
HSL | 300º | 0.85% | 0.92% | - |
HSV(B) | 300º | 0.13% | 0.99% | - |
XYZ | 83.05 | 78.39 | 102.85 | - |
YUV | 232.63 | 138.93 | 141.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 219 | 252 | 0 | 0.13 | 0 | 0.01 | 300 | 0.85 | 0.92 |
Hex | FC | DB | FC | 0 | D | 0 | 1 | 12C | 55 | 5C |
Octal | 374 | 333 | 374 | 0 | 15 | 0 | 1 | 454 | 125 | 134 |
Binary | 11111100 | 11011011 | 11111100 | 0 | 1101 | 0 | 1 | 100101100 | 1010101 | 1011100 |
Color Harmonies of #FCDBFC
Complementary color
Monochromatic Colors of #FCDBFC
Black with #FCDBFC
Text Example
Text Example
White with #FCDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBFC; }
p { color: rgb(252,219,252); }
H1.HeaderClassName
{
color: #FCDBFC;
}
.AnyTagClassName
{
color: #FCDBFC;
}
</style>
background-color css
<style>
a { background-color: #FCDBFC; }
a { background-color: rgb(252,219,252); }
div.DivClassName
{
background-color: #FCDBFC;
}
.BgClassName
{
background-color: #FCDBFC;
}
</style>
border-color css
<style>
span { border-color: #FCDBFC; }
span { border-color: rgb(252,219,252); }
td.TdClassName
{
border-color: #FCDBFC;
}
.TagClassName
{
border-color: #FCDBFC;
}
</style>