Shades of Classic Rose #FECEEC
Tints of Classic Rose #FECEEC
RGB
CMYK
RGB Variations
Color information
#FECEEC (or 0xFECEEC) is known color: Classic Rose. HEX triplet: FE, CE and EC. RGB value is (254,206,236). Sum of RGB (Red+Green+Blue) = 254+206+236=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEEC is #013113. Grayscale: #DFDFDF. Windows color (decimal): -78100 or 15519486. OLE color: 15519486.
HSL color Cylindrical-coordinate representation of color #FECEEC: hue angle of 322.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEEC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 236 | - |
CMYK | 0 | 0.19 | 0.07 | 0.00 |
HSL | 322.5º | 0.96% | 0.9% | - |
HSV(B) | 322.5º | 0.19% | 1% | - |
XYZ | 78.08 | 71.27 | 89 | - |
YUV | 223.77 | 134.9 | 149.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 236 | 0 | 0.19 | 0.07 | 0.00 | 322.5 | 0.96 | 0.9 |
Hex | FE | CE | EC | 0 | 13 | 7 | 0 | 142 | 60 | 5A |
Octal | 376 | 316 | 354 | 0 | 23 | 7 | 0 | 502 | 140 | 132 |
Binary | 11111110 | 11001110 | 11101100 | 0 | 10011 | 111 | 0 | 101000010 | 1100000 | 1011010 |
Color Harmonies of #FECEEC
Complementary color
Monochromatic Colors of #FECEEC
Black with #FECEEC
Text Example
Text Example
White with #FECEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEEC; }
p { color: rgb(254,206,236); }
H1.HeaderClassName
{
color: #FECEEC;
}
.AnyTagClassName
{
color: #FECEEC;
}
</style>
background-color css
<style>
a { background-color: #FECEEC; }
a { background-color: rgb(254,206,236); }
div.DivClassName
{
background-color: #FECEEC;
}
.BgClassName
{
background-color: #FECEEC;
}
</style>
border-color css
<style>
span { border-color: #FECEEC; }
span { border-color: rgb(254,206,236); }
td.TdClassName
{
border-color: #FECEEC;
}
.TagClassName
{
border-color: #FECEEC;
}
</style>