Shades of Classic Rose #FECCE6
Tints of Classic Rose #FECCE6
RGB
CMYK
RGB Variations
Color information
#FECCE6 (or 0xFECCE6) is known color: Classic Rose. HEX triplet: FE, CC and E6. RGB value is (254,204,230). Sum of RGB (Red+Green+Blue) = 254+204+230=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCE6 is #013319. Grayscale: #DDDDDD. Windows color (decimal): -78618 or 15125758. OLE color: 15125758.
HSL color Cylindrical-coordinate representation of color #FECCE6: hue angle of 328.8º 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 #FECCE6 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 230 | - |
CMYK | 0 | 0.20 | 0.09 | 0.00 |
HSL | 328.8º | 0.96% | 0.9% | - |
HSV(B) | 328.8º | 0.2% | 1% | - |
XYZ | 76.75 | 69.97 | 84.32 | - |
YUV | 221.91 | 132.57 | 150.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 230 | 0 | 0.20 | 0.09 | 0.00 | 328.8 | 0.96 | 0.9 |
Hex | FE | CC | E6 | 0 | 14 | 9 | 0 | 149 | 60 | 5A |
Octal | 376 | 314 | 346 | 0 | 24 | 11 | 0 | 511 | 140 | 132 |
Binary | 11111110 | 11001100 | 11100110 | 0 | 10100 | 1001 | 0 | 101001001 | 1100000 | 1011010 |
Color Harmonies of #FECCE6
Complementary color
Monochromatic Colors of #FECCE6
Black with #FECCE6
Text Example
Text Example
White with #FECCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCE6; }
p { color: rgb(254,204,230); }
H1.HeaderClassName
{
color: #FECCE6;
}
.AnyTagClassName
{
color: #FECCE6;
}
</style>
background-color css
<style>
a { background-color: #FECCE6; }
a { background-color: rgb(254,204,230); }
div.DivClassName
{
background-color: #FECCE6;
}
.BgClassName
{
background-color: #FECCE6;
}
</style>
border-color css
<style>
span { border-color: #FECCE6; }
span { border-color: rgb(254,204,230); }
td.TdClassName
{
border-color: #FECCE6;
}
.TagClassName
{
border-color: #FECCE6;
}
</style>