Shades of Selago #FCEBFF
Tints of Selago #FCEBFF
RGB
CMYK
RGB Variations
Color information
#FCEBFF (or 0xFCEBFF) is known color: Selago. HEX triplet: FC, EB and FF. RGB value is (252,235,255). Sum of RGB (Red+Green+Blue) = 252+235+255=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 235 (92.19% from 255 or 31.67% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCEBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBFF is #031400. Grayscale: #F2F2F2. Windows color (decimal): -201729 or 16772092. OLE color: 16772092.
HSL color Cylindrical-coordinate representation of color #FCEBFF: hue angle of 291º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCEBFF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 235 | 255 | - |
| CMYK | 0.01 | 0.08 | 0 | 0 |
| HSL | 291º | 1% | 0.96% | - |
| HSV(B) | 291º | 0.08% | 1% | - |
| XYZ | 87.9 | 87.33 | 106.83 | - |
| YUV | 242.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 255 | 0.01 | 0.08 | 0 | 0 | 291 | 1 | 0.96 |
| Hex | FC | EB | FF | 1 | 8 | 0 | 0 | 123 | 64 | 60 |
| Octal | 374 | 353 | 377 | 1 | 10 | 0 | 0 | 443 | 144 | 140 |
| Binary | 11111100 | 11101011 | 11111111 | 1 | 1000 | 0 | 0 | 100100011 | 1100100 | 1100000 |
Color Harmonies of #FCEBFF
Complementary color
Monochromatic Colors of #FCEBFF
Black with #FCEBFF
Text Example
Text Example
White with #FCEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBFF; }
p { color: rgb(252,235,255); }
H1.HeaderClassName
{
color: #FCEBFF;
}
.AnyTagClassName
{
color: #FCEBFF;
}
</style>
background-color css
<style>
a { background-color: #FCEBFF; }
a { background-color: rgb(252,235,255); }
div.DivClassName
{
background-color: #FCEBFF;
}
.BgClassName
{
background-color: #FCEBFF;
}
</style>
border-color css
<style>
span { border-color: #FCEBFF; }
span { border-color: rgb(252,235,255); }
td.TdClassName
{
border-color: #FCEBFF;
}
.TagClassName
{
border-color: #FCEBFF;
}
</style>