Shades of Selago #FCF0FE
Tints of Selago #FCF0FE
RGB
CMYK
RGB Variations
Color information
#FCF0FE (or 0xFCF0FE) is known color: Selago. HEX triplet: FC, F0 and FE. RGB value is (252,240,254). Sum of RGB (Red+Green+Blue) = 252+240+254=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 240 (94.14% from 255 or 32.17% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0FE is #030F01. Grayscale: #F5F5F5. Windows color (decimal): -200450 or 16707836. OLE color: 16707836.
HSL color Cylindrical-coordinate representation of color #FCF0FE: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCF0FE is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 240 | 254 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.00 |
| HSL | 291.43º | 0.88% | 0.97% | - |
| HSV(B) | 291.43º | 0.06% | 1% | - |
| XYZ | 89.19 | 90.17 | 106.47 | - |
| YUV | 245.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 254 | 0.01 | 0.06 | 0 | 0.00 | 291.43 | 0.88 | 0.97 |
| Hex | FC | F0 | FE | 1 | 6 | 0 | 0 | 123 | 58 | 61 |
| Octal | 374 | 360 | 376 | 1 | 6 | 0 | 0 | 443 | 130 | 141 |
| Binary | 11111100 | 11110000 | 11111110 | 1 | 110 | 0 | 0 | 100100011 | 1011000 | 1100001 |
Color Harmonies of #FCF0FE
Complementary color
Monochromatic Colors of #FCF0FE
Black with #FCF0FE
Text Example
Text Example
White with #FCF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0FE; }
p { color: rgb(252,240,254); }
H1.HeaderClassName
{
color: #FCF0FE;
}
.AnyTagClassName
{
color: #FCF0FE;
}
</style>
background-color css
<style>
a { background-color: #FCF0FE; }
a { background-color: rgb(252,240,254); }
div.DivClassName
{
background-color: #FCF0FE;
}
.BgClassName
{
background-color: #FCF0FE;
}
</style>
border-color css
<style>
span { border-color: #FCF0FE; }
span { border-color: rgb(252,240,254); }
td.TdClassName
{
border-color: #FCF0FE;
}
.TagClassName
{
border-color: #FCF0FE;
}
</style>