Shades of Selago #FCDDFB
Tints of Selago #FCDDFB
RGB
CMYK
RGB Variations
Color information
#FCDDFB (or 0xFCDDFB) is known color: Selago. HEX triplet: FC, DD and FB. RGB value is (252,221,251). Sum of RGB (Red+Green+Blue) = 252+221+251=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDFB is #032204. Grayscale: #E9E9E9. Windows color (decimal): -205317 or 16506364. OLE color: 16506364.
HSL color Cylindrical-coordinate representation of color #FCDDFB: hue angle of 301.94º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDFB is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 251 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.01 |
| HSL | 301.94º | 0.84% | 0.93% | - |
| HSV(B) | 301.94º | 0.12% | 0.99% | - |
| XYZ | 83.41 | 79.37 | 102.19 | - |
| YUV | 233.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 251 | 0 | 0.12 | 0.00 | 0.01 | 301.94 | 0.84 | 0.93 |
| Hex | FC | DD | FB | 0 | C | 0 | 1 | 12E | 54 | 5D |
| Octal | 374 | 335 | 373 | 0 | 14 | 0 | 1 | 456 | 124 | 135 |
| Binary | 11111100 | 11011101 | 11111011 | 0 | 1100 | 0 | 1 | 100101110 | 1010100 | 1011101 |
Color Harmonies of #FCDDFB
Complementary color
Monochromatic Colors of #FCDDFB
Black with #FCDDFB
Text Example
Text Example
White with #FCDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDFB; }
p { color: rgb(252,221,251); }
H1.HeaderClassName
{
color: #FCDDFB;
}
.AnyTagClassName
{
color: #FCDDFB;
}
</style>
background-color css
<style>
a { background-color: #FCDDFB; }
a { background-color: rgb(252,221,251); }
div.DivClassName
{
background-color: #FCDDFB;
}
.BgClassName
{
background-color: #FCDDFB;
}
</style>
border-color css
<style>
span { border-color: #FCDDFB; }
span { border-color: rgb(252,221,251); }
td.TdClassName
{
border-color: #FCDDFB;
}
.TagClassName
{
border-color: #FCDDFB;
}
</style>