Shades of Selago #FFEBFC
Tints of Selago #FFEBFC
RGB
CMYK
RGB Variations
Color information
#FFEBFC (or 0xFFEBFC) is known color: Selago. HEX triplet: FF, EB and FC. RGB value is (255,235,252). Sum of RGB (Red+Green+Blue) = 255+235+252=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 235 (92.19% from 255 or 31.67% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBFC is #001403. Grayscale: #F2F2F2. Windows color (decimal): -5124 or 16575487. OLE color: 16575487.
HSL color Cylindrical-coordinate representation of color #FFEBFC: hue angle of 309º 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 #FFEBFC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 252 | - |
| CMYK | 0 | 0.08 | 0.01 | 0 |
| HSL | 309º | 1% | 0.96% | - |
| HSV(B) | 309º | 0.08% | 1% | - |
| XYZ | 88.52 | 87.7 | 104.36 | - |
| YUV | 242.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 252 | 0 | 0.08 | 0.01 | 0 | 309 | 1 | 0.96 |
| Hex | FF | EB | FC | 0 | 8 | 1 | 0 | 135 | 64 | 60 |
| Octal | 377 | 353 | 374 | 0 | 10 | 1 | 0 | 465 | 144 | 140 |
| Binary | 11111111 | 11101011 | 11111100 | 0 | 1000 | 1 | 0 | 100110101 | 1100100 | 1100000 |
Color Harmonies of #FFEBFC
Complementary color
Monochromatic Colors of #FFEBFC
Black with #FFEBFC
Text Example
Text Example
White with #FFEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBFC; }
p { color: rgb(255,235,252); }
H1.HeaderClassName
{
color: #FFEBFC;
}
.AnyTagClassName
{
color: #FFEBFC;
}
</style>
background-color css
<style>
a { background-color: #FFEBFC; }
a { background-color: rgb(255,235,252); }
div.DivClassName
{
background-color: #FFEBFC;
}
.BgClassName
{
background-color: #FFEBFC;
}
</style>
border-color css
<style>
span { border-color: #FFEBFC; }
span { border-color: rgb(255,235,252); }
td.TdClassName
{
border-color: #FFEBFC;
}
.TagClassName
{
border-color: #FFEBFC;
}
</style>