Shades of Classic Rose #FECCEF
Tints of Classic Rose #FECCEF
RGB
CMYK
RGB Variations
Color information
#FECCEF (or 0xFECCEF) is known color: Classic Rose. HEX triplet: FE, CC and EF. RGB value is (254,204,239). Sum of RGB (Red+Green+Blue) = 254+204+239=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCEF is #013310. Grayscale: #DEDEDE. Windows color (decimal): -78609 or 15715582. OLE color: 15715582.
HSL color Cylindrical-coordinate representation of color #FECCEF: hue angle of 318º 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 #FECCEF is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 239 | - |
CMYK | 0 | 0.20 | 0.06 | 0.00 |
HSL | 318º | 0.96% | 0.9% | - |
HSV(B) | 318º | 0.2% | 1% | - |
XYZ | 78.05 | 70.49 | 91.15 | - |
YUV | 222.94 | 137.07 | 150.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 239 | 0 | 0.20 | 0.06 | 0.00 | 318 | 0.96 | 0.9 |
Hex | FE | CC | EF | 0 | 14 | 6 | 0 | 13E | 60 | 5A |
Octal | 376 | 314 | 357 | 0 | 24 | 6 | 0 | 476 | 140 | 132 |
Binary | 11111110 | 11001100 | 11101111 | 0 | 10100 | 110 | 0 | 100111110 | 1100000 | 1011010 |
Color Harmonies of #FECCEF
Complementary color
Monochromatic Colors of #FECCEF
Black with #FECCEF
Text Example
Text Example
White with #FECCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCEF; }
p { color: rgb(254,204,239); }
H1.HeaderClassName
{
color: #FECCEF;
}
.AnyTagClassName
{
color: #FECCEF;
}
</style>
background-color css
<style>
a { background-color: #FECCEF; }
a { background-color: rgb(254,204,239); }
div.DivClassName
{
background-color: #FECCEF;
}
.BgClassName
{
background-color: #FECCEF;
}
</style>
border-color css
<style>
span { border-color: #FECCEF; }
span { border-color: rgb(254,204,239); }
td.TdClassName
{
border-color: #FECCEF;
}
.TagClassName
{
border-color: #FECCEF;
}
</style>