Shades of Classic Rose #F3CADA
Tints of Classic Rose #F3CADA
RGB
CMYK
RGB Variations
Color information
#F3CADA (or 0xF3CADA) is known color: Classic Rose. HEX triplet: F3, CA and DA. RGB value is (243,202,218). Sum of RGB (Red+Green+Blue) = 243+202+218=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CADA is #0C3525. Grayscale: #D8D8D8. Windows color (decimal): -800038 or 14338803. OLE color: 14338803.
HSL color Cylindrical-coordinate representation of color #F3CADA: hue angle of 336.59º 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 #F3CADA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 218 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.05 |
| HSL | 336.59º | 0.63% | 0.87% | - |
| HSV(B) | 336.59º | 0.17% | 0.95% | - |
| XYZ | 70.74 | 66.36 | 75.41 | - |
| YUV | 216.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 218 | 0 | 0.17 | 0.10 | 0.05 | 336.59 | 0.63 | 0.87 |
| Hex | F3 | CA | DA | 0 | 11 | A | 5 | 151 | 3F | 57 |
| Octal | 363 | 312 | 332 | 0 | 21 | 12 | 5 | 521 | 77 | 127 |
| Binary | 11110011 | 11001010 | 11011010 | 0 | 10001 | 1010 | 101 | 101010001 | 111111 | 1010111 |
Color Harmonies of #F3CADA
Complementary color
Monochromatic Colors of #F3CADA
Black with #F3CADA
Text Example
Text Example
White with #F3CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CADA; }
p { color: rgb(243,202,218); }
H1.HeaderClassName
{
color: #F3CADA;
}
.AnyTagClassName
{
color: #F3CADA;
}
</style>
background-color css
<style>
a { background-color: #F3CADA; }
a { background-color: rgb(243,202,218); }
div.DivClassName
{
background-color: #F3CADA;
}
.BgClassName
{
background-color: #F3CADA;
}
</style>
border-color css
<style>
span { border-color: #F3CADA; }
span { border-color: rgb(243,202,218); }
td.TdClassName
{
border-color: #F3CADA;
}
.TagClassName
{
border-color: #F3CADA;
}
</style>