Shades of Selago #FCDDFC
Tints of Selago #FCDDFC
RGB
CMYK
RGB Variations
Color information
#FCDDFC (or 0xFCDDFC) is known color: Selago. HEX triplet: FC, DD and FC. RGB value is (252,221,252). Sum of RGB (Red+Green+Blue) = 252+221+252=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 221 (86.72% from 255 or 30.48% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCDDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDFC is #032203. Grayscale: #E9E9E9. Windows color (decimal): -205316 or 16571900. OLE color: 16571900.
HSL color Cylindrical-coordinate representation of color #FCDDFC: hue angle of 300º 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 #FCDDFC is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 252 | - |
CMYK | 0 | 0.12 | 0 | 0.01 |
HSL | 300º | 0.84% | 0.93% | - |
HSV(B) | 300º | 0.12% | 0.99% | - |
XYZ | 83.57 | 79.44 | 103.02 | - |
YUV | 233.8 | 138.27 | 140.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 252 | 0 | 0.12 | 0 | 0.01 | 300 | 0.84 | 0.93 |
Hex | FC | DD | FC | 0 | C | 0 | 1 | 12C | 54 | 5D |
Octal | 374 | 335 | 374 | 0 | 14 | 0 | 1 | 454 | 124 | 135 |
Binary | 11111100 | 11011101 | 11111100 | 0 | 1100 | 0 | 1 | 100101100 | 1010100 | 1011101 |
Color Harmonies of #FCDDFC
Complementary color
Monochromatic Colors of #FCDDFC
Black with #FCDDFC
Text Example
Text Example
White with #FCDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDFC; }
p { color: rgb(252,221,252); }
H1.HeaderClassName
{
color: #FCDDFC;
}
.AnyTagClassName
{
color: #FCDDFC;
}
</style>
background-color css
<style>
a { background-color: #FCDDFC; }
a { background-color: rgb(252,221,252); }
div.DivClassName
{
background-color: #FCDDFC;
}
.BgClassName
{
background-color: #FCDDFC;
}
</style>
border-color css
<style>
span { border-color: #FCDDFC; }
span { border-color: rgb(252,221,252); }
td.TdClassName
{
border-color: #FCDDFC;
}
.TagClassName
{
border-color: #FCDDFC;
}
</style>