Shades of Selago #FCEBFE
Tints of Selago #FCEBFE
RGB
CMYK
RGB Variations
Color information
#FCEBFE (or 0xFCEBFE) is known color: Selago. HEX triplet: FC, EB and FE. RGB value is (252,235,254). Sum of RGB (Red+Green+Blue) = 252+235+254=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 235 (92.19% from 255 or 31.71% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBFE is #031401. Grayscale: #F2F2F2. Windows color (decimal): -201730 or 16706556. OLE color: 16706556.
HSL color Cylindrical-coordinate representation of color #FCEBFE: hue angle of 293.68º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEBFE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 235 | 254 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.00 |
| HSL | 293.68º | 0.9% | 0.96% | - |
| HSV(B) | 293.68º | 0.07% | 1% | - |
| XYZ | 87.74 | 87.27 | 105.99 | - |
| YUV | 242.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 254 | 0.01 | 0.07 | 0 | 0.00 | 293.68 | 0.9 | 0.96 |
| Hex | FC | EB | FE | 1 | 7 | 0 | 0 | 126 | 5A | 60 |
| Octal | 374 | 353 | 376 | 1 | 7 | 0 | 0 | 446 | 132 | 140 |
| Binary | 11111100 | 11101011 | 11111110 | 1 | 111 | 0 | 0 | 100100110 | 1011010 | 1100000 |
Color Harmonies of #FCEBFE
Complementary color
Monochromatic Colors of #FCEBFE
Black with #FCEBFE
Text Example
Text Example
White with #FCEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBFE; }
p { color: rgb(252,235,254); }
H1.HeaderClassName
{
color: #FCEBFE;
}
.AnyTagClassName
{
color: #FCEBFE;
}
</style>
background-color css
<style>
a { background-color: #FCEBFE; }
a { background-color: rgb(252,235,254); }
div.DivClassName
{
background-color: #FCEBFE;
}
.BgClassName
{
background-color: #FCEBFE;
}
</style>
border-color css
<style>
span { border-color: #FCEBFE; }
span { border-color: rgb(252,235,254); }
td.TdClassName
{
border-color: #FCEBFE;
}
.TagClassName
{
border-color: #FCEBFE;
}
</style>