Shades of Selago #FEECFC
Tints of Selago #FEECFC
RGB
CMYK
RGB Variations
Color information
#FEECFC (or 0xFEECFC) is known color: Selago. HEX triplet: FE, EC and FC. RGB value is (254,236,252). Sum of RGB (Red+Green+Blue) = 254+236+252=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 236 (92.58% from 255 or 31.81% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECFC is #011303. Grayscale: #F3F3F3. Windows color (decimal): -70404 or 16575742. OLE color: 16575742.
HSL color Cylindrical-coordinate representation of color #FEECFC: hue angle of 306.67º 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 #FEECFC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 236 | 252 | - |
CMYK | 0 | 0.07 | 0.01 | 0.00 |
HSL | 306.67º | 0.9% | 0.96% | - |
HSV(B) | 306.67º | 0.07% | 1% | - |
XYZ | 88.44 | 88.09 | 104.44 | - |
YUV | 243.21 | 132.96 | 135.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 236 | 252 | 0 | 0.07 | 0.01 | 0.00 | 306.67 | 0.9 | 0.96 |
Hex | FE | EC | FC | 0 | 7 | 1 | 0 | 133 | 5A | 60 |
Octal | 376 | 354 | 374 | 0 | 7 | 1 | 0 | 463 | 132 | 140 |
Binary | 11111110 | 11101100 | 11111100 | 0 | 111 | 1 | 0 | 100110011 | 1011010 | 1100000 |
Color Harmonies of #FEECFC
Complementary color
Monochromatic Colors of #FEECFC
Black with #FEECFC
Text Example
Text Example
White with #FEECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECFC; }
p { color: rgb(254,236,252); }
H1.HeaderClassName
{
color: #FEECFC;
}
.AnyTagClassName
{
color: #FEECFC;
}
</style>
background-color css
<style>
a { background-color: #FEECFC; }
a { background-color: rgb(254,236,252); }
div.DivClassName
{
background-color: #FEECFC;
}
.BgClassName
{
background-color: #FEECFC;
}
</style>
border-color css
<style>
span { border-color: #FEECFC; }
span { border-color: rgb(254,236,252); }
td.TdClassName
{
border-color: #FEECFC;
}
.TagClassName
{
border-color: #FEECFC;
}
</style>