Shades of Classic Rose #F3CAE3
Tints of Classic Rose #F3CAE3
RGB
CMYK
RGB Variations
Color information
#F3CAE3 (or 0xF3CAE3) is known color: Classic Rose. HEX triplet: F3, CA and E3. RGB value is (243,202,227). Sum of RGB (Red+Green+Blue) = 243+202+227=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CAE3 is #0C351C. Grayscale: #D9D9D9. Windows color (decimal): -800029 or 14928627. OLE color: 14928627.
HSL color Cylindrical-coordinate representation of color #F3CAE3: hue angle of 323.41º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3CAE3 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 227 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.05 |
| HSL | 323.41º | 0.63% | 0.87% | - |
| HSV(B) | 323.41º | 0.17% | 0.95% | - |
| XYZ | 71.95 | 66.84 | 81.78 | - |
| YUV | 217.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 227 | 0 | 0.17 | 0.07 | 0.05 | 323.41 | 0.63 | 0.87 |
| Hex | F3 | CA | E3 | 0 | 11 | 7 | 5 | 143 | 3F | 57 |
| Octal | 363 | 312 | 343 | 0 | 21 | 7 | 5 | 503 | 77 | 127 |
| Binary | 11110011 | 11001010 | 11100011 | 0 | 10001 | 111 | 101 | 101000011 | 111111 | 1010111 |
Color Harmonies of #F3CAE3
Complementary color
Monochromatic Colors of #F3CAE3
Black with #F3CAE3
Text Example
Text Example
White with #F3CAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAE3; }
p { color: rgb(243,202,227); }
H1.HeaderClassName
{
color: #F3CAE3;
}
.AnyTagClassName
{
color: #F3CAE3;
}
</style>
background-color css
<style>
a { background-color: #F3CAE3; }
a { background-color: rgb(243,202,227); }
div.DivClassName
{
background-color: #F3CAE3;
}
.BgClassName
{
background-color: #F3CAE3;
}
</style>
border-color css
<style>
span { border-color: #F3CAE3; }
span { border-color: rgb(243,202,227); }
td.TdClassName
{
border-color: #F3CAE3;
}
.TagClassName
{
border-color: #F3CAE3;
}
</style>