Shades of Classic Rose #F4CAEA
Tints of Classic Rose #F4CAEA
RGB
CMYK
RGB Variations
Color information
#F4CAEA (or 0xF4CAEA) is known color: Classic Rose. HEX triplet: F4, CA and EA. RGB value is (244,202,234). Sum of RGB (Red+Green+Blue) = 244+202+234=680 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.88% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CAEA is #0B3515. Grayscale: #DADADA. Windows color (decimal): -734486 or 15387380. OLE color: 15387380.
HSL color Cylindrical-coordinate representation of color #F4CAEA: hue angle of 314.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CAEA is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 202 | 234 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.04 |
| HSL | 314.29º | 0.66% | 0.87% | - |
| HSV(B) | 314.29º | 0.17% | 0.96% | - |
| XYZ | 73.28 | 67.41 | 86.99 | - |
| YUV | 218.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 234 | 0 | 0.17 | 0.04 | 0.04 | 314.29 | 0.66 | 0.87 |
| Hex | F4 | CA | EA | 0 | 11 | 4 | 4 | 13A | 42 | 57 |
| Octal | 364 | 312 | 352 | 0 | 21 | 4 | 4 | 472 | 102 | 127 |
| Binary | 11110100 | 11001010 | 11101010 | 0 | 10001 | 100 | 100 | 100111010 | 1000010 | 1010111 |
Color Harmonies of #F4CAEA
Complementary color
Monochromatic Colors of #F4CAEA
Black with #F4CAEA
Text Example
Text Example
White with #F4CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CAEA; }
p { color: rgb(244,202,234); }
H1.HeaderClassName
{
color: #F4CAEA;
}
.AnyTagClassName
{
color: #F4CAEA;
}
</style>
background-color css
<style>
a { background-color: #F4CAEA; }
a { background-color: rgb(244,202,234); }
div.DivClassName
{
background-color: #F4CAEA;
}
.BgClassName
{
background-color: #F4CAEA;
}
</style>
border-color css
<style>
span { border-color: #F4CAEA; }
span { border-color: rgb(244,202,234); }
td.TdClassName
{
border-color: #F4CAEA;
}
.TagClassName
{
border-color: #F4CAEA;
}
</style>