Shades of Classic Rose #FECFEE
Tints of Classic Rose #FECFEE
RGB
CMYK
RGB Variations
Color information
#FECFEE (or 0xFECFEE) is known color: Classic Rose. HEX triplet: FE, CF and EE. RGB value is (254,207,238). Sum of RGB (Red+Green+Blue) = 254+207+238=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFEE is #013011. Grayscale: #E0E0E0. Windows color (decimal): -77842 or 15650814. OLE color: 15650814.
HSL color Cylindrical-coordinate representation of color #FECFEE: hue angle of 320.43º 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 #FECFEE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 238 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.00 |
| HSL | 320.43º | 0.96% | 0.9% | - |
| HSV(B) | 320.43º | 0.19% | 1% | - |
| XYZ | 78.62 | 71.87 | 90.62 | - |
| YUV | 224.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 238 | 0 | 0.19 | 0.06 | 0.00 | 320.43 | 0.96 | 0.9 |
| Hex | FE | CF | EE | 0 | 13 | 6 | 0 | 140 | 60 | 5A |
| Octal | 376 | 317 | 356 | 0 | 23 | 6 | 0 | 500 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11101110 | 0 | 10011 | 110 | 0 | 101000000 | 1100000 | 1011010 |
Color Harmonies of #FECFEE
Complementary color
Monochromatic Colors of #FECFEE
Black with #FECFEE
Text Example
Text Example
White with #FECFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFEE; }
p { color: rgb(254,207,238); }
H1.HeaderClassName
{
color: #FECFEE;
}
.AnyTagClassName
{
color: #FECFEE;
}
</style>
background-color css
<style>
a { background-color: #FECFEE; }
a { background-color: rgb(254,207,238); }
div.DivClassName
{
background-color: #FECFEE;
}
.BgClassName
{
background-color: #FECFEE;
}
</style>
border-color css
<style>
span { border-color: #FECFEE; }
span { border-color: rgb(254,207,238); }
td.TdClassName
{
border-color: #FECFEE;
}
.TagClassName
{
border-color: #FECFEE;
}
</style>