Shades of Classic Rose #FECCEA
Tints of Classic Rose #FECCEA
RGB
CMYK
RGB Variations
Color information
#FECCEA (or 0xFECCEA) is known color: Classic Rose. HEX triplet: FE, CC and EA. RGB value is (254,204,234). Sum of RGB (Red+Green+Blue) = 254+204+234=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCEA is #013315. Grayscale: #DEDEDE. Windows color (decimal): -78614 or 15387902. OLE color: 15387902.
HSL color Cylindrical-coordinate representation of color #FECCEA: hue angle of 324º 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 #FECCEA is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 234 | - |
CMYK | 0 | 0.20 | 0.08 | 0.00 |
HSL | 324º | 0.96% | 0.9% | - |
HSV(B) | 324º | 0.2% | 1% | - |
XYZ | 77.32 | 70.2 | 87.32 | - |
YUV | 222.37 | 134.57 | 150.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 234 | 0 | 0.20 | 0.08 | 0.00 | 324 | 0.96 | 0.9 |
Hex | FE | CC | EA | 0 | 14 | 8 | 0 | 144 | 60 | 5A |
Octal | 376 | 314 | 352 | 0 | 24 | 10 | 0 | 504 | 140 | 132 |
Binary | 11111110 | 11001100 | 11101010 | 0 | 10100 | 1000 | 0 | 101000100 | 1100000 | 1011010 |
Color Harmonies of #FECCEA
Complementary color
Monochromatic Colors of #FECCEA
Black with #FECCEA
Text Example
Text Example
White with #FECCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCEA; }
p { color: rgb(254,204,234); }
H1.HeaderClassName
{
color: #FECCEA;
}
.AnyTagClassName
{
color: #FECCEA;
}
</style>
background-color css
<style>
a { background-color: #FECCEA; }
a { background-color: rgb(254,204,234); }
div.DivClassName
{
background-color: #FECCEA;
}
.BgClassName
{
background-color: #FECCEA;
}
</style>
border-color css
<style>
span { border-color: #FECCEA; }
span { border-color: rgb(254,204,234); }
td.TdClassName
{
border-color: #FECCEA;
}
.TagClassName
{
border-color: #FECCEA;
}
</style>