Shades of Classic Rose #FECDEB
Tints of Classic Rose #FECDEB
RGB
CMYK
RGB Variations
Color information
#FECDEB (or 0xFECDEB) is known color: Classic Rose. HEX triplet: FE, CD and EB. RGB value is (254,205,235). Sum of RGB (Red+Green+Blue) = 254+205+235=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDEB is #013214. Grayscale: #DEDEDE. Windows color (decimal): -78357 or 15453694. OLE color: 15453694.
HSL color Cylindrical-coordinate representation of color #FECDEB: hue angle of 323.27º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDEB is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 235 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.00 |
| HSL | 323.27º | 0.96% | 0.9% | - |
| HSV(B) | 323.27º | 0.19% | 1% | - |
| XYZ | 77.7 | 70.73 | 88.15 | - |
| YUV | 223.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 235 | 0 | 0.19 | 0.07 | 0.00 | 323.27 | 0.96 | 0.9 |
| Hex | FE | CD | EB | 0 | 13 | 7 | 0 | 143 | 60 | 5A |
| Octal | 376 | 315 | 353 | 0 | 23 | 7 | 0 | 503 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11101011 | 0 | 10011 | 111 | 0 | 101000011 | 1100000 | 1011010 |
Color Harmonies of #FECDEB
Complementary color
Monochromatic Colors of #FECDEB
Black with #FECDEB
Text Example
Text Example
White with #FECDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDEB; }
p { color: rgb(254,205,235); }
H1.HeaderClassName
{
color: #FECDEB;
}
.AnyTagClassName
{
color: #FECDEB;
}
</style>
background-color css
<style>
a { background-color: #FECDEB; }
a { background-color: rgb(254,205,235); }
div.DivClassName
{
background-color: #FECDEB;
}
.BgClassName
{
background-color: #FECDEB;
}
</style>
border-color css
<style>
span { border-color: #FECDEB; }
span { border-color: rgb(254,205,235); }
td.TdClassName
{
border-color: #FECDEB;
}
.TagClassName
{
border-color: #FECDEB;
}
</style>