Shades of Classic Rose #FECEEF
Tints of Classic Rose #FECEEF
RGB
CMYK
RGB Variations
Color information
#FECEEF (or 0xFECEEF) is known color: Classic Rose. HEX triplet: FE, CE and EF. RGB value is (254,206,239). Sum of RGB (Red+Green+Blue) = 254+206+239=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEEF is #013110. Grayscale: #E0E0E0. Windows color (decimal): -78097 or 15716094. OLE color: 15716094.
HSL color Cylindrical-coordinate representation of color #FECEEF: hue angle of 318.75º 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 #FECEEF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 239 | - |
CMYK | 0 | 0.19 | 0.06 | 0.00 |
HSL | 318.75º | 0.96% | 0.9% | - |
HSV(B) | 318.75º | 0.19% | 1% | - |
XYZ | 78.52 | 71.45 | 91.31 | - |
YUV | 224.11 | 136.4 | 149.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 239 | 0 | 0.19 | 0.06 | 0.00 | 318.75 | 0.96 | 0.9 |
Hex | FE | CE | EF | 0 | 13 | 6 | 0 | 13F | 60 | 5A |
Octal | 376 | 316 | 357 | 0 | 23 | 6 | 0 | 477 | 140 | 132 |
Binary | 11111110 | 11001110 | 11101111 | 0 | 10011 | 110 | 0 | 100111111 | 1100000 | 1011010 |
Color Harmonies of #FECEEF
Complementary color
Monochromatic Colors of #FECEEF
Black with #FECEEF
Text Example
Text Example
White with #FECEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEEF; }
p { color: rgb(254,206,239); }
H1.HeaderClassName
{
color: #FECEEF;
}
.AnyTagClassName
{
color: #FECEEF;
}
</style>
background-color css
<style>
a { background-color: #FECEEF; }
a { background-color: rgb(254,206,239); }
div.DivClassName
{
background-color: #FECEEF;
}
.BgClassName
{
background-color: #FECEEF;
}
</style>
border-color css
<style>
span { border-color: #FECEEF; }
span { border-color: rgb(254,206,239); }
td.TdClassName
{
border-color: #FECEEF;
}
.TagClassName
{
border-color: #FECEEF;
}
</style>