Shades of Classic Rose #FDCEEA
Tints of Classic Rose #FDCEEA
RGB
CMYK
RGB Variations
Color information
#FDCEEA (or 0xFDCEEA) is known color: Classic Rose. HEX triplet: FD, CE and EA. RGB value is (253,206,234). Sum of RGB (Red+Green+Blue) = 253+206+234=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEEA is #023115. Grayscale: #DFDFDF. Windows color (decimal): -143638 or 15388413. OLE color: 15388413.
HSL color Cylindrical-coordinate representation of color #FDCEEA: hue angle of 324.26º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCEEA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 234 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.01 |
| HSL | 324.26º | 0.92% | 0.9% | - |
| HSV(B) | 324.26º | 0.19% | 0.99% | - |
| XYZ | 77.43 | 70.97 | 87.46 | - |
| YUV | 223.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 234 | 0 | 0.19 | 0.08 | 0.01 | 324.26 | 0.92 | 0.9 |
| Hex | FD | CE | EA | 0 | 13 | 8 | 1 | 144 | 5C | 5A |
| Octal | 375 | 316 | 352 | 0 | 23 | 10 | 1 | 504 | 134 | 132 |
| Binary | 11111101 | 11001110 | 11101010 | 0 | 10011 | 1000 | 1 | 101000100 | 1011100 | 1011010 |
Color Harmonies of #FDCEEA
Complementary color
Monochromatic Colors of #FDCEEA
Black with #FDCEEA
Text Example
Text Example
White with #FDCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEEA; }
p { color: rgb(253,206,234); }
H1.HeaderClassName
{
color: #FDCEEA;
}
.AnyTagClassName
{
color: #FDCEEA;
}
</style>
background-color css
<style>
a { background-color: #FDCEEA; }
a { background-color: rgb(253,206,234); }
div.DivClassName
{
background-color: #FDCEEA;
}
.BgClassName
{
background-color: #FDCEEA;
}
</style>
border-color css
<style>
span { border-color: #FDCEEA; }
span { border-color: rgb(253,206,234); }
td.TdClassName
{
border-color: #FDCEEA;
}
.TagClassName
{
border-color: #FDCEEA;
}
</style>