Shades of Classic Rose #FECCEE
Tints of Classic Rose #FECCEE
RGB
CMYK
RGB Variations
Color information
#FECCEE (or 0xFECCEE) is known color: Classic Rose. HEX triplet: FE, CC and EE. RGB value is (254,204,238). Sum of RGB (Red+Green+Blue) = 254+204+238=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 204 (80.08% from 255 or 29.31% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCEE is #013311. Grayscale: #DEDEDE. Windows color (decimal): -78610 or 15650046. OLE color: 15650046.
HSL color Cylindrical-coordinate representation of color #FECCEE: hue angle of 319.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCEE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 238 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.00 |
| HSL | 319.2º | 0.96% | 0.9% | - |
| HSV(B) | 319.2º | 0.2% | 1% | - |
| XYZ | 77.9 | 70.43 | 90.38 | - |
| YUV | 222.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 238 | 0 | 0.20 | 0.06 | 0.00 | 319.2 | 0.96 | 0.9 |
| Hex | FE | CC | EE | 0 | 14 | 6 | 0 | 13F | 60 | 5A |
| Octal | 376 | 314 | 356 | 0 | 24 | 6 | 0 | 477 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11101110 | 0 | 10100 | 110 | 0 | 100111111 | 1100000 | 1011010 |
Color Harmonies of #FECCEE
Complementary color
Monochromatic Colors of #FECCEE
Black with #FECCEE
Text Example
Text Example
White with #FECCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCEE; }
p { color: rgb(254,204,238); }
H1.HeaderClassName
{
color: #FECCEE;
}
.AnyTagClassName
{
color: #FECCEE;
}
</style>
background-color css
<style>
a { background-color: #FECCEE; }
a { background-color: rgb(254,204,238); }
div.DivClassName
{
background-color: #FECCEE;
}
.BgClassName
{
background-color: #FECCEE;
}
</style>
border-color css
<style>
span { border-color: #FECCEE; }
span { border-color: rgb(254,204,238); }
td.TdClassName
{
border-color: #FECCEE;
}
.TagClassName
{
border-color: #FECCEE;
}
</style>