Shades of Classic Rose #F3CCE2
Tints of Classic Rose #F3CCE2
RGB
CMYK
RGB Variations
Color information
#F3CCE2 (or 0xF3CCE2) is known color: Classic Rose. HEX triplet: F3, CC and E2. RGB value is (243,204,226). Sum of RGB (Red+Green+Blue) = 243+204+226=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCE2 is #0C331D. Grayscale: #DADADA. Windows color (decimal): -799518 or 14863603. OLE color: 14863603.
HSL color Cylindrical-coordinate representation of color #F3CCE2: hue angle of 326.15º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CCE2 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 226 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.05 |
| HSL | 326.15º | 0.62% | 0.88% | - |
| HSV(B) | 326.15º | 0.16% | 0.95% | - |
| XYZ | 72.28 | 67.73 | 81.22 | - |
| YUV | 218.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 226 | 0 | 0.16 | 0.07 | 0.05 | 326.15 | 0.62 | 0.88 |
| Hex | F3 | CC | E2 | 0 | 10 | 7 | 5 | 146 | 3E | 58 |
| Octal | 363 | 314 | 342 | 0 | 20 | 7 | 5 | 506 | 76 | 130 |
| Binary | 11110011 | 11001100 | 11100010 | 0 | 10000 | 111 | 101 | 101000110 | 111110 | 1011000 |
Color Harmonies of #F3CCE2
Complementary color
Monochromatic Colors of #F3CCE2
Black with #F3CCE2
Text Example
Text Example
White with #F3CCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CCE2; }
p { color: rgb(243,204,226); }
H1.HeaderClassName
{
color: #F3CCE2;
}
.AnyTagClassName
{
color: #F3CCE2;
}
</style>
background-color css
<style>
a { background-color: #F3CCE2; }
a { background-color: rgb(243,204,226); }
div.DivClassName
{
background-color: #F3CCE2;
}
.BgClassName
{
background-color: #F3CCE2;
}
</style>
border-color css
<style>
span { border-color: #F3CCE2; }
span { border-color: rgb(243,204,226); }
td.TdClassName
{
border-color: #F3CCE2;
}
.TagClassName
{
border-color: #F3CCE2;
}
</style>