Shades of Selago #FCDAFC
Tints of Selago #FCDAFC
RGB
CMYK
RGB Variations
Color information
#FCDAFC (or 0xFCDAFC) is known color: Selago. HEX triplet: FC, DA and FC. RGB value is (252,218,252). Sum of RGB (Red+Green+Blue) = 252+218+252=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAFC is #032503. Grayscale: #E7E7E7. Windows color (decimal): -206084 or 16571132. OLE color: 16571132.
HSL color Cylindrical-coordinate representation of color #FCDAFC: 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 #FCDAFC is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 252 | - |
| CMYK | 0 | 0.13 | 0 | 0.01 |
| HSL | 300º | 0.85% | 0.92% | - |
| HSV(B) | 300º | 0.13% | 0.99% | - |
| XYZ | 82.79 | 77.87 | 102.76 | - |
| YUV | 232.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 252 | 0 | 0.13 | 0 | 0.01 | 300 | 0.85 | 0.92 |
| Hex | FC | DA | FC | 0 | D | 0 | 1 | 12C | 55 | 5C |
| Octal | 374 | 332 | 374 | 0 | 15 | 0 | 1 | 454 | 125 | 134 |
| Binary | 11111100 | 11011010 | 11111100 | 0 | 1101 | 0 | 1 | 100101100 | 1010101 | 1011100 |
Color Harmonies of #FCDAFC
Complementary color
Monochromatic Colors of #FCDAFC
Black with #FCDAFC
Text Example
Text Example
White with #FCDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAFC; }
p { color: rgb(252,218,252); }
H1.HeaderClassName
{
color: #FCDAFC;
}
.AnyTagClassName
{
color: #FCDAFC;
}
</style>
background-color css
<style>
a { background-color: #FCDAFC; }
a { background-color: rgb(252,218,252); }
div.DivClassName
{
background-color: #FCDAFC;
}
.BgClassName
{
background-color: #FCDAFC;
}
</style>
border-color css
<style>
span { border-color: #FCDAFC; }
span { border-color: rgb(252,218,252); }
td.TdClassName
{
border-color: #FCDAFC;
}
.TagClassName
{
border-color: #FCDAFC;
}
</style>