Shades of Selago #FCEDFE
Tints of Selago #FCEDFE
RGB
CMYK
RGB Variations
Color information
#FCEDFE (or 0xFCEDFE) is known color: Selago. HEX triplet: FC, ED and FE. RGB value is (252,237,254). Sum of RGB (Red+Green+Blue) = 252+237+254=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 237 (92.97% from 255 or 31.90% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDFE is #031201. Grayscale: #F3F3F3. Windows color (decimal): -201218 or 16707068. OLE color: 16707068.
HSL color Cylindrical-coordinate representation of color #FCEDFE: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEDFE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 237 | 254 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.00 |
| HSL | 292.94º | 0.89% | 0.96% | - |
| HSV(B) | 292.94º | 0.07% | 1% | - |
| XYZ | 88.32 | 88.42 | 106.18 | - |
| YUV | 243.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 254 | 0.01 | 0.07 | 0 | 0.00 | 292.94 | 0.89 | 0.96 |
| Hex | FC | ED | FE | 1 | 7 | 0 | 0 | 125 | 59 | 60 |
| Octal | 374 | 355 | 376 | 1 | 7 | 0 | 0 | 445 | 131 | 140 |
| Binary | 11111100 | 11101101 | 11111110 | 1 | 111 | 0 | 0 | 100100101 | 1011001 | 1100000 |
Color Harmonies of #FCEDFE
Complementary color
Monochromatic Colors of #FCEDFE
Black with #FCEDFE
Text Example
Text Example
White with #FCEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDFE; }
p { color: rgb(252,237,254); }
H1.HeaderClassName
{
color: #FCEDFE;
}
.AnyTagClassName
{
color: #FCEDFE;
}
</style>
background-color css
<style>
a { background-color: #FCEDFE; }
a { background-color: rgb(252,237,254); }
div.DivClassName
{
background-color: #FCEDFE;
}
.BgClassName
{
background-color: #FCEDFE;
}
</style>
border-color css
<style>
span { border-color: #FCEDFE; }
span { border-color: rgb(252,237,254); }
td.TdClassName
{
border-color: #FCEDFE;
}
.TagClassName
{
border-color: #FCEDFE;
}
</style>