Shades of Classic Rose #FDCEEC
Tints of Classic Rose #FDCEEC
RGB
CMYK
RGB Variations
Color information
#FDCEEC (or 0xFDCEEC) is known color: Classic Rose. HEX triplet: FD, CE and EC. RGB value is (253,206,236). Sum of RGB (Red+Green+Blue) = 253+206+236=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEEC is #023113. Grayscale: #DFDFDF. Windows color (decimal): -143636 or 15519485. OLE color: 15519485.
HSL color Cylindrical-coordinate representation of color #FDCEEC: hue angle of 321.7º 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 #FDCEEC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 236 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.01 |
| HSL | 321.7º | 0.92% | 0.9% | - |
| HSV(B) | 321.7º | 0.19% | 0.99% | - |
| XYZ | 77.72 | 71.08 | 88.98 | - |
| YUV | 223.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 236 | 0 | 0.19 | 0.07 | 0.01 | 321.7 | 0.92 | 0.9 |
| Hex | FD | CE | EC | 0 | 13 | 7 | 1 | 142 | 5C | 5A |
| Octal | 375 | 316 | 354 | 0 | 23 | 7 | 1 | 502 | 134 | 132 |
| Binary | 11111101 | 11001110 | 11101100 | 0 | 10011 | 111 | 1 | 101000010 | 1011100 | 1011010 |
Color Harmonies of #FDCEEC
Complementary color
Monochromatic Colors of #FDCEEC
Black with #FDCEEC
Text Example
Text Example
White with #FDCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEEC; }
p { color: rgb(253,206,236); }
H1.HeaderClassName
{
color: #FDCEEC;
}
.AnyTagClassName
{
color: #FDCEEC;
}
</style>
background-color css
<style>
a { background-color: #FDCEEC; }
a { background-color: rgb(253,206,236); }
div.DivClassName
{
background-color: #FDCEEC;
}
.BgClassName
{
background-color: #FDCEEC;
}
</style>
border-color css
<style>
span { border-color: #FDCEEC; }
span { border-color: rgb(253,206,236); }
td.TdClassName
{
border-color: #FDCEEC;
}
.TagClassName
{
border-color: #FDCEEC;
}
</style>