Shades of Classic Rose #FFC2DE
Tints of Classic Rose #FFC2DE
RGB
CMYK
RGB Variations
Color information
#FFC2DE (or 0xFFC2DE) is known color: Classic Rose. HEX triplet: FF, C2 and DE. RGB value is (255,194,222). Sum of RGB (Red+Green+Blue) = 255+194+222=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 194 (76.17% from 255 or 28.91% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2DE is #003D21. Grayscale: #D7D7D7. Windows color (decimal): -15650 or 14598911. OLE color: 14598911.
HSL color Cylindrical-coordinate representation of color #FFC2DE: hue angle of 332.46º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC2DE is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 222 | - |
| CMYK | 0 | 0.24 | 0.13 | 0 |
| HSL | 332.46º | 1% | 0.88% | - |
| HSV(B) | 332.46º | 0.24% | 1% | - |
| XYZ | 73.72 | 65.12 | 77.79 | - |
| YUV | 215.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 222 | 0 | 0.24 | 0.13 | 0 | 332.46 | 1 | 0.88 |
| Hex | FF | C2 | DE | 0 | 18 | D | 0 | 14C | 64 | 58 |
| Octal | 377 | 302 | 336 | 0 | 30 | 15 | 0 | 514 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11011110 | 0 | 11000 | 1101 | 0 | 101001100 | 1100100 | 1011000 |
Color Harmonies of #FFC2DE
Complementary color
Monochromatic Colors of #FFC2DE
Black with #FFC2DE
Text Example
Text Example
White with #FFC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2DE; }
p { color: rgb(255,194,222); }
H1.HeaderClassName
{
color: #FFC2DE;
}
.AnyTagClassName
{
color: #FFC2DE;
}
</style>
background-color css
<style>
a { background-color: #FFC2DE; }
a { background-color: rgb(255,194,222); }
div.DivClassName
{
background-color: #FFC2DE;
}
.BgClassName
{
background-color: #FFC2DE;
}
</style>
border-color css
<style>
span { border-color: #FFC2DE; }
span { border-color: rgb(255,194,222); }
td.TdClassName
{
border-color: #FFC2DE;
}
.TagClassName
{
border-color: #FFC2DE;
}
</style>