Shades of Classic Rose #FDCBED
Tints of Classic Rose #FDCBED
RGB
CMYK
RGB Variations
Color information
#FDCBED (or 0xFDCBED) is known color: Classic Rose. HEX triplet: FD, CB and ED. RGB value is (253,203,237). Sum of RGB (Red+Green+Blue) = 253+203+237=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBED is #023412. Grayscale: #DDDDDD. Windows color (decimal): -144403 or 15584253. OLE color: 15584253.
HSL color Cylindrical-coordinate representation of color #FDCBED: hue angle of 319.2º 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 #FDCBED is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 237 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.01 |
| HSL | 319.2º | 0.93% | 0.89% | - |
| HSV(B) | 319.2º | 0.2% | 0.99% | - |
| XYZ | 77.15 | 69.71 | 89.51 | - |
| YUV | 221.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 237 | 0 | 0.20 | 0.06 | 0.01 | 319.2 | 0.93 | 0.89 |
| Hex | FD | CB | ED | 0 | 14 | 6 | 1 | 13F | 5D | 59 |
| Octal | 375 | 313 | 355 | 0 | 24 | 6 | 1 | 477 | 135 | 131 |
| Binary | 11111101 | 11001011 | 11101101 | 0 | 10100 | 110 | 1 | 100111111 | 1011101 | 1011001 |
Color Harmonies of #FDCBED
Complementary color
Monochromatic Colors of #FDCBED
Black with #FDCBED
Text Example
Text Example
White with #FDCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBED; }
p { color: rgb(253,203,237); }
H1.HeaderClassName
{
color: #FDCBED;
}
.AnyTagClassName
{
color: #FDCBED;
}
</style>
background-color css
<style>
a { background-color: #FDCBED; }
a { background-color: rgb(253,203,237); }
div.DivClassName
{
background-color: #FDCBED;
}
.BgClassName
{
background-color: #FDCBED;
}
</style>
border-color css
<style>
span { border-color: #FDCBED; }
span { border-color: rgb(253,203,237); }
td.TdClassName
{
border-color: #FDCBED;
}
.TagClassName
{
border-color: #FDCBED;
}
</style>