Shades of Classic Rose #FECBE2
Tints of Classic Rose #FECBE2
RGB
CMYK
RGB Variations
Color information
#FECBE2 (or 0xFECBE2) is known color: Classic Rose. HEX triplet: FE, CB and E2. RGB value is (254,203,226). Sum of RGB (Red+Green+Blue) = 254+203+226=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBE2 is #01341D. Grayscale: #DCDCDC. Windows color (decimal): -78878 or 14863358. OLE color: 14863358.
HSL color Cylindrical-coordinate representation of color #FECBE2: hue angle of 332.94º 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 #FECBE2 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 203 | 226 | - |
CMYK | 0 | 0.20 | 0.11 | 0.00 |
HSL | 332.94º | 0.96% | 0.9% | - |
HSV(B) | 332.94º | 0.2% | 1% | - |
XYZ | 75.96 | 69.27 | 81.32 | - |
YUV | 220.87 | 130.9 | 151.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 203 | 226 | 0 | 0.20 | 0.11 | 0.00 | 332.94 | 0.96 | 0.9 |
Hex | FE | CB | E2 | 0 | 14 | B | 0 | 14D | 60 | 5A |
Octal | 376 | 313 | 342 | 0 | 24 | 13 | 0 | 515 | 140 | 132 |
Binary | 11111110 | 11001011 | 11100010 | 0 | 10100 | 1011 | 0 | 101001101 | 1100000 | 1011010 |
Color Harmonies of #FECBE2
Complementary color
Monochromatic Colors of #FECBE2
Black with #FECBE2
Text Example
Text Example
White with #FECBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBE2; }
p { color: rgb(254,203,226); }
H1.HeaderClassName
{
color: #FECBE2;
}
.AnyTagClassName
{
color: #FECBE2;
}
</style>
background-color css
<style>
a { background-color: #FECBE2; }
a { background-color: rgb(254,203,226); }
div.DivClassName
{
background-color: #FECBE2;
}
.BgClassName
{
background-color: #FECBE2;
}
</style>
border-color css
<style>
span { border-color: #FECBE2; }
span { border-color: rgb(254,203,226); }
td.TdClassName
{
border-color: #FECBE2;
}
.TagClassName
{
border-color: #FECBE2;
}
</style>