Shades of Classic Rose #FDCBE0
Tints of Classic Rose #FDCBE0
RGB
CMYK
RGB Variations
Color information
#FDCBE0 (or 0xFDCBE0) is known color: Classic Rose. HEX triplet: FD, CB and E0. RGB value is (253,203,224). Sum of RGB (Red+Green+Blue) = 253+203+224=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBE0 is #02341F. Grayscale: #DCDCDC. Windows color (decimal): -144416 or 14732285. OLE color: 14732285.
HSL color Cylindrical-coordinate representation of color #FDCBE0: hue angle of 334.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBE0 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 224 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.01 |
| HSL | 334.8º | 0.93% | 0.89% | - |
| HSV(B) | 334.8º | 0.2% | 0.99% | - |
| XYZ | 75.32 | 68.98 | 79.87 | - |
| YUV | 220.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 224 | 0 | 0.20 | 0.11 | 0.01 | 334.8 | 0.93 | 0.89 |
| Hex | FD | CB | E0 | 0 | 14 | B | 1 | 14F | 5D | 59 |
| Octal | 375 | 313 | 340 | 0 | 24 | 13 | 1 | 517 | 135 | 131 |
| Binary | 11111101 | 11001011 | 11100000 | 0 | 10100 | 1011 | 1 | 101001111 | 1011101 | 1011001 |
Color Harmonies of #FDCBE0
Complementary color
Monochromatic Colors of #FDCBE0
Black with #FDCBE0
Text Example
Text Example
White with #FDCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBE0; }
p { color: rgb(253,203,224); }
H1.HeaderClassName
{
color: #FDCBE0;
}
.AnyTagClassName
{
color: #FDCBE0;
}
</style>
background-color css
<style>
a { background-color: #FDCBE0; }
a { background-color: rgb(253,203,224); }
div.DivClassName
{
background-color: #FDCBE0;
}
.BgClassName
{
background-color: #FDCBE0;
}
</style>
border-color css
<style>
span { border-color: #FDCBE0; }
span { border-color: rgb(253,203,224); }
td.TdClassName
{
border-color: #FDCBE0;
}
.TagClassName
{
border-color: #FDCBE0;
}
</style>