Shades of Classic Rose #FDCBEA
Tints of Classic Rose #FDCBEA
RGB
CMYK
RGB Variations
Color information
#FDCBEA (or 0xFDCBEA) is known color: Classic Rose. HEX triplet: FD, CB and EA. RGB value is (253,203,234). Sum of RGB (Red+Green+Blue) = 253+203+234=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBEA is #023415. Grayscale: #DDDDDD. Windows color (decimal): -144406 or 15387645. OLE color: 15387645.
HSL color Cylindrical-coordinate representation of color #FDCBEA: hue angle of 322.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 #FDCBEA is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 234 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.01 |
| HSL | 322.8º | 0.93% | 0.89% | - |
| HSV(B) | 322.8º | 0.2% | 0.99% | - |
| XYZ | 76.72 | 69.54 | 87.22 | - |
| YUV | 221.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 234 | 0 | 0.20 | 0.08 | 0.01 | 322.8 | 0.93 | 0.89 |
| Hex | FD | CB | EA | 0 | 14 | 8 | 1 | 143 | 5D | 59 |
| Octal | 375 | 313 | 352 | 0 | 24 | 10 | 1 | 503 | 135 | 131 |
| Binary | 11111101 | 11001011 | 11101010 | 0 | 10100 | 1000 | 1 | 101000011 | 1011101 | 1011001 |
Color Harmonies of #FDCBEA
Complementary color
Monochromatic Colors of #FDCBEA
Black with #FDCBEA
Text Example
Text Example
White with #FDCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBEA; }
p { color: rgb(253,203,234); }
H1.HeaderClassName
{
color: #FDCBEA;
}
.AnyTagClassName
{
color: #FDCBEA;
}
</style>
background-color css
<style>
a { background-color: #FDCBEA; }
a { background-color: rgb(253,203,234); }
div.DivClassName
{
background-color: #FDCBEA;
}
.BgClassName
{
background-color: #FDCBEA;
}
</style>
border-color css
<style>
span { border-color: #FDCBEA; }
span { border-color: rgb(253,203,234); }
td.TdClassName
{
border-color: #FDCBEA;
}
.TagClassName
{
border-color: #FDCBEA;
}
</style>