Shades of Selago #FCDEFA
Tints of Selago #FCDEFA
RGB
CMYK
RGB Variations
Color information
#FCDEFA (or 0xFCDEFA) is known color: Selago. HEX triplet: FC, DE and FA. RGB value is (252,222,250). Sum of RGB (Red+Green+Blue) = 252+222+250=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 222 (87.11% from 255 or 30.66% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEFA is #032105. Grayscale: #EAEAEA. Windows color (decimal): -205062 or 16441084. OLE color: 16441084.
HSL color Cylindrical-coordinate representation of color #FCDEFA: hue angle of 304º degrees, saturation: 0.83, 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 #FCDEFA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 250 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.01 |
| HSL | 304º | 0.83% | 0.93% | - |
| HSV(B) | 304º | 0.12% | 0.99% | - |
| XYZ | 83.52 | 79.84 | 101.45 | - |
| YUV | 234.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 250 | 0 | 0.12 | 0.01 | 0.01 | 304 | 0.83 | 0.93 |
| Hex | FC | DE | FA | 0 | C | 1 | 1 | 130 | 53 | 5D |
| Octal | 374 | 336 | 372 | 0 | 14 | 1 | 1 | 460 | 123 | 135 |
| Binary | 11111100 | 11011110 | 11111010 | 0 | 1100 | 1 | 1 | 100110000 | 1010011 | 1011101 |
Color Harmonies of #FCDEFA
Complementary color
Monochromatic Colors of #FCDEFA
Black with #FCDEFA
Text Example
Text Example
White with #FCDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEFA; }
p { color: rgb(252,222,250); }
H1.HeaderClassName
{
color: #FCDEFA;
}
.AnyTagClassName
{
color: #FCDEFA;
}
</style>
background-color css
<style>
a { background-color: #FCDEFA; }
a { background-color: rgb(252,222,250); }
div.DivClassName
{
background-color: #FCDEFA;
}
.BgClassName
{
background-color: #FCDEFA;
}
</style>
border-color css
<style>
span { border-color: #FCDEFA; }
span { border-color: rgb(252,222,250); }
td.TdClassName
{
border-color: #FCDEFA;
}
.TagClassName
{
border-color: #FCDEFA;
}
</style>