Shades of Classic Rose #FECBED
Tints of Classic Rose #FECBED
RGB
CMYK
RGB Variations
Color information
#FECBED (or 0xFECBED) is known color: Classic Rose. HEX triplet: FE, CB and ED. RGB value is (254,203,237). Sum of RGB (Red+Green+Blue) = 254+203+237=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBED is #013412. Grayscale: #DEDEDE. Windows color (decimal): -78867 or 15584254. OLE color: 15584254.
HSL color Cylindrical-coordinate representation of color #FECBED: hue angle of 320º 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 #FECBED is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 237 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.00 |
| HSL | 320º | 0.96% | 0.9% | - |
| HSV(B) | 320º | 0.2% | 1% | - |
| XYZ | 77.52 | 69.9 | 89.53 | - |
| YUV | 222.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 237 | 0 | 0.20 | 0.07 | 0.00 | 320 | 0.96 | 0.9 |
| Hex | FE | CB | ED | 0 | 14 | 7 | 0 | 140 | 60 | 5A |
| Octal | 376 | 313 | 355 | 0 | 24 | 7 | 0 | 500 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11101101 | 0 | 10100 | 111 | 0 | 101000000 | 1100000 | 1011010 |
Color Harmonies of #FECBED
Complementary color
Monochromatic Colors of #FECBED
Black with #FECBED
Text Example
Text Example
White with #FECBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBED; }
p { color: rgb(254,203,237); }
H1.HeaderClassName
{
color: #FECBED;
}
.AnyTagClassName
{
color: #FECBED;
}
</style>
background-color css
<style>
a { background-color: #FECBED; }
a { background-color: rgb(254,203,237); }
div.DivClassName
{
background-color: #FECBED;
}
.BgClassName
{
background-color: #FECBED;
}
</style>
border-color css
<style>
span { border-color: #FECBED; }
span { border-color: rgb(254,203,237); }
td.TdClassName
{
border-color: #FECBED;
}
.TagClassName
{
border-color: #FECBED;
}
</style>