Shades of Selago #FCDCFC
Tints of Selago #FCDCFC
RGB
CMYK
RGB Variations
Color information
#FCDCFC (or 0xFCDCFC) is known color: Selago. HEX triplet: FC, DC and FC. RGB value is (252,220,252). Sum of RGB (Red+Green+Blue) = 252+220+252=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 220 (86.33% from 255 or 30.39% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCFC is #032303. Grayscale: #E9E9E9. Windows color (decimal): -205572 or 16571644. OLE color: 16571644.
HSL color Cylindrical-coordinate representation of color #FCDCFC: 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.13%. Process color model (Four color, CMYK) of #FCDCFC is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 220 | 252 | - |
CMYK | 0 | 0.13 | 0 | 0.01 |
HSL | 300º | 0.84% | 0.93% | - |
HSV(B) | 300º | 0.13% | 0.99% | - |
XYZ | 83.31 | 78.91 | 102.94 | - |
YUV | 233.22 | 138.6 | 141.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 220 | 252 | 0 | 0.13 | 0 | 0.01 | 300 | 0.84 | 0.93 |
Hex | FC | DC | FC | 0 | D | 0 | 1 | 12C | 54 | 5D |
Octal | 374 | 334 | 374 | 0 | 15 | 0 | 1 | 454 | 124 | 135 |
Binary | 11111100 | 11011100 | 11111100 | 0 | 1101 | 0 | 1 | 100101100 | 1010100 | 1011101 |
Color Harmonies of #FCDCFC
Complementary color
Monochromatic Colors of #FCDCFC
Black with #FCDCFC
Text Example
Text Example
White with #FCDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCFC; }
p { color: rgb(252,220,252); }
H1.HeaderClassName
{
color: #FCDCFC;
}
.AnyTagClassName
{
color: #FCDCFC;
}
</style>
background-color css
<style>
a { background-color: #FCDCFC; }
a { background-color: rgb(252,220,252); }
div.DivClassName
{
background-color: #FCDCFC;
}
.BgClassName
{
background-color: #FCDCFC;
}
</style>
border-color css
<style>
span { border-color: #FCDCFC; }
span { border-color: rgb(252,220,252); }
td.TdClassName
{
border-color: #FCDCFC;
}
.TagClassName
{
border-color: #FCDCFC;
}
</style>