Shades of Classic Rose #FECBE6
Tints of Classic Rose #FECBE6
RGB
CMYK
RGB Variations
Color information
#FECBE6 (or 0xFECBE6) is known color: Classic Rose. HEX triplet: FE, CB and E6. RGB value is (254,203,230). Sum of RGB (Red+Green+Blue) = 254+203+230=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBE6 is #013419. Grayscale: #DDDDDD. Windows color (decimal): -78874 or 15125502. OLE color: 15125502.
HSL color Cylindrical-coordinate representation of color #FECBE6: hue angle of 328.24º 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 #FECBE6 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 203 | 230 | - |
CMYK | 0 | 0.20 | 0.09 | 0.00 |
HSL | 328.24º | 0.96% | 0.9% | - |
HSV(B) | 328.24º | 0.2% | 1% | - |
XYZ | 76.51 | 69.5 | 84.24 | - |
YUV | 221.33 | 132.9 | 151.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 203 | 230 | 0 | 0.20 | 0.09 | 0.00 | 328.24 | 0.96 | 0.9 |
Hex | FE | CB | E6 | 0 | 14 | 9 | 0 | 148 | 60 | 5A |
Octal | 376 | 313 | 346 | 0 | 24 | 11 | 0 | 510 | 140 | 132 |
Binary | 11111110 | 11001011 | 11100110 | 0 | 10100 | 1001 | 0 | 101001000 | 1100000 | 1011010 |
Color Harmonies of #FECBE6
Complementary color
Monochromatic Colors of #FECBE6
Black with #FECBE6
Text Example
Text Example
White with #FECBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBE6; }
p { color: rgb(254,203,230); }
H1.HeaderClassName
{
color: #FECBE6;
}
.AnyTagClassName
{
color: #FECBE6;
}
</style>
background-color css
<style>
a { background-color: #FECBE6; }
a { background-color: rgb(254,203,230); }
div.DivClassName
{
background-color: #FECBE6;
}
.BgClassName
{
background-color: #FECBE6;
}
</style>
border-color css
<style>
span { border-color: #FECBE6; }
span { border-color: rgb(254,203,230); }
td.TdClassName
{
border-color: #FECBE6;
}
.TagClassName
{
border-color: #FECBE6;
}
</style>