Shades of Classic Rose #FECEEE
Tints of Classic Rose #FECEEE
RGB
CMYK
RGB Variations
Color information
#FECEEE (or 0xFECEEE) is known color: Classic Rose. HEX triplet: FE, CE and EE. RGB value is (254,206,238). Sum of RGB (Red+Green+Blue) = 254+206+238=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEEE is #013111. Grayscale: #DFDFDF. Windows color (decimal): -78098 or 15650558. OLE color: 15650558.
HSL color Cylindrical-coordinate representation of color #FECEEE: hue angle of 320º 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 #FECEEE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 238 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.00 |
| HSL | 320º | 0.96% | 0.9% | - |
| HSV(B) | 320º | 0.19% | 1% | - |
| XYZ | 78.38 | 71.39 | 90.54 | - |
| YUV | 224 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 238 | 0 | 0.19 | 0.06 | 0.00 | 320 | 0.96 | 0.9 |
| Hex | FE | CE | EE | 0 | 13 | 6 | 0 | 140 | 60 | 5A |
| Octal | 376 | 316 | 356 | 0 | 23 | 6 | 0 | 500 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11101110 | 0 | 10011 | 110 | 0 | 101000000 | 1100000 | 1011010 |
Color Harmonies of #FECEEE
Complementary color
Monochromatic Colors of #FECEEE
Black with #FECEEE
Text Example
Text Example
White with #FECEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEEE; }
p { color: rgb(254,206,238); }
H1.HeaderClassName
{
color: #FECEEE;
}
.AnyTagClassName
{
color: #FECEEE;
}
</style>
background-color css
<style>
a { background-color: #FECEEE; }
a { background-color: rgb(254,206,238); }
div.DivClassName
{
background-color: #FECEEE;
}
.BgClassName
{
background-color: #FECEEE;
}
</style>
border-color css
<style>
span { border-color: #FECEEE; }
span { border-color: rgb(254,206,238); }
td.TdClassName
{
border-color: #FECEEE;
}
.TagClassName
{
border-color: #FECEEE;
}
</style>