Shades of Classic Rose #F3CAE0
Tints of Classic Rose #F3CAE0
RGB
CMYK
RGB Variations
Color information
#F3CAE0 (or 0xF3CAE0) is known color: Classic Rose. HEX triplet: F3, CA and E0. RGB value is (243,202,224). Sum of RGB (Red+Green+Blue) = 243+202+224=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CAE0 is #0C351F. Grayscale: #D8D8D8. Windows color (decimal): -800032 or 14732019. OLE color: 14732019.
HSL color Cylindrical-coordinate representation of color #F3CAE0: hue angle of 327.8º 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 #F3CAE0 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 224 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.05 |
| HSL | 327.8º | 0.63% | 0.87% | - |
| HSV(B) | 327.8º | 0.17% | 0.95% | - |
| XYZ | 71.54 | 66.68 | 79.62 | - |
| YUV | 216.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 224 | 0 | 0.17 | 0.08 | 0.05 | 327.8 | 0.63 | 0.87 |
| Hex | F3 | CA | E0 | 0 | 11 | 8 | 5 | 148 | 3F | 57 |
| Octal | 363 | 312 | 340 | 0 | 21 | 10 | 5 | 510 | 77 | 127 |
| Binary | 11110011 | 11001010 | 11100000 | 0 | 10001 | 1000 | 101 | 101001000 | 111111 | 1010111 |
Color Harmonies of #F3CAE0
Complementary color
Monochromatic Colors of #F3CAE0
Black with #F3CAE0
Text Example
Text Example
White with #F3CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAE0; }
p { color: rgb(243,202,224); }
H1.HeaderClassName
{
color: #F3CAE0;
}
.AnyTagClassName
{
color: #F3CAE0;
}
</style>
background-color css
<style>
a { background-color: #F3CAE0; }
a { background-color: rgb(243,202,224); }
div.DivClassName
{
background-color: #F3CAE0;
}
.BgClassName
{
background-color: #F3CAE0;
}
</style>
border-color css
<style>
span { border-color: #F3CAE0; }
span { border-color: rgb(243,202,224); }
td.TdClassName
{
border-color: #F3CAE0;
}
.TagClassName
{
border-color: #F3CAE0;
}
</style>