Shades of Classic Rose #FFC2EB
Tints of Classic Rose #FFC2EB
RGB
CMYK
RGB Variations
Color information
#FFC2EB (or 0xFFC2EB) is known color: Classic Rose. HEX triplet: FF, C2 and EB. RGB value is (255,194,235). Sum of RGB (Red+Green+Blue) = 255+194+235=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2EB is #003D14. Grayscale: #D8D8D8. Windows color (decimal): -15637 or 15450879. OLE color: 15450879.
HSL color Cylindrical-coordinate representation of color #FFC2EB: hue angle of 319.67º 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 #FFC2EB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 235 | - |
| CMYK | 0 | 0.24 | 0.08 | 0 |
| HSL | 319.67º | 1% | 0.88% | - |
| HSV(B) | 319.67º | 0.24% | 1% | - |
| XYZ | 75.53 | 65.84 | 87.33 | - |
| YUV | 216.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 235 | 0 | 0.24 | 0.08 | 0 | 319.67 | 1 | 0.88 |
| Hex | FF | C2 | EB | 0 | 18 | 8 | 0 | 140 | 64 | 58 |
| Octal | 377 | 302 | 353 | 0 | 30 | 10 | 0 | 500 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11101011 | 0 | 11000 | 1000 | 0 | 101000000 | 1100100 | 1011000 |
Color Harmonies of #FFC2EB
Complementary color
Monochromatic Colors of #FFC2EB
Black with #FFC2EB
Text Example
Text Example
White with #FFC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2EB; }
p { color: rgb(255,194,235); }
H1.HeaderClassName
{
color: #FFC2EB;
}
.AnyTagClassName
{
color: #FFC2EB;
}
</style>
background-color css
<style>
a { background-color: #FFC2EB; }
a { background-color: rgb(255,194,235); }
div.DivClassName
{
background-color: #FFC2EB;
}
.BgClassName
{
background-color: #FFC2EB;
}
</style>
border-color css
<style>
span { border-color: #FFC2EB; }
span { border-color: rgb(255,194,235); }
td.TdClassName
{
border-color: #FFC2EB;
}
.TagClassName
{
border-color: #FFC2EB;
}
</style>