Shades of Selago #FFECFC
Tints of Selago #FFECFC
RGB
CMYK
RGB Variations
Color information
#FFECFC (or 0xFFECFC) is known color: Selago. HEX triplet: FF, EC and FC. RGB value is (255,236,252). Sum of RGB (Red+Green+Blue) = 255+236+252=743 (98% of max value = 765). Red value is 255 (100% from 255 or 34.32% from 743); Green value is 236 (92.58% from 255 or 31.76% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECFC is #001303. Grayscale: #F3F3F3. Windows color (decimal): -4868 or 16575743. OLE color: 16575743.
HSL color Cylindrical-coordinate representation of color #FFECFC: hue angle of 309.47º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFECFC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 236 | 252 | - |
CMYK | 0 | 0.07 | 0.01 | 0 |
HSL | 309.47º | 1% | 0.96% | - |
HSV(B) | 309.47º | 0.07% | 1% | - |
XYZ | 88.81 | 88.28 | 104.45 | - |
YUV | 243.51 | 132.79 | 136.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 236 | 252 | 0 | 0.07 | 0.01 | 0 | 309.47 | 1 | 0.96 |
Hex | FF | EC | FC | 0 | 7 | 1 | 0 | 135 | 64 | 60 |
Octal | 377 | 354 | 374 | 0 | 7 | 1 | 0 | 465 | 144 | 140 |
Binary | 11111111 | 11101100 | 11111100 | 0 | 111 | 1 | 0 | 100110101 | 1100100 | 1100000 |
Color Harmonies of #FFECFC
Complementary color
Monochromatic Colors of #FFECFC
Black with #FFECFC
Text Example
Text Example
White with #FFECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECFC; }
p { color: rgb(255,236,252); }
H1.HeaderClassName
{
color: #FFECFC;
}
.AnyTagClassName
{
color: #FFECFC;
}
</style>
background-color css
<style>
a { background-color: #FFECFC; }
a { background-color: rgb(255,236,252); }
div.DivClassName
{
background-color: #FFECFC;
}
.BgClassName
{
background-color: #FFECFC;
}
</style>
border-color css
<style>
span { border-color: #FFECFC; }
span { border-color: rgb(255,236,252); }
td.TdClassName
{
border-color: #FFECFC;
}
.TagClassName
{
border-color: #FFECFC;
}
</style>