Shades of Azalea #F8CACE
Tints of Azalea #F8CACE
RGB
CMYK
RGB Variations
Color information
#F8CACE (or 0xF8CACE) is known color: Azalea. HEX triplet: F8, CA and CE. RGB value is (248,202,206). Sum of RGB (Red+Green+Blue) = 248+202+206=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CACE is #073531. Grayscale: #D8D8D8. Windows color (decimal): -472370 or 13552376. OLE color: 13552376.
HSL color Cylindrical-coordinate representation of color #F8CACE: hue angle of 354.78º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CACE is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 202 | 206 | - |
CMYK | 0 | 0.19 | 0.17 | 0.03 |
HSL | 354.78º | 0.77% | 0.88% | - |
HSV(B) | 354.78º | 0.19% | 0.97% | - |
XYZ | 70.97 | 66.65 | 67.52 | - |
YUV | 216.21 | 122.24 | 150.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 202 | 206 | 0 | 0.19 | 0.17 | 0.03 | 354.78 | 0.77 | 0.88 |
Hex | F8 | CA | CE | 0 | 13 | 11 | 3 | 163 | 4D | 58 |
Octal | 370 | 312 | 316 | 0 | 23 | 21 | 3 | 543 | 115 | 130 |
Binary | 11111000 | 11001010 | 11001110 | 0 | 10011 | 10001 | 11 | 101100011 | 1001101 | 1011000 |
Color Harmonies of #F8CACE
Complementary color
Monochromatic Colors of #F8CACE
Black with #F8CACE
Text Example
Text Example
White with #F8CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CACE; }
p { color: rgb(248,202,206); }
H1.HeaderClassName
{
color: #F8CACE;
}
.AnyTagClassName
{
color: #F8CACE;
}
</style>
background-color css
<style>
a { background-color: #F8CACE; }
a { background-color: rgb(248,202,206); }
div.DivClassName
{
background-color: #F8CACE;
}
.BgClassName
{
background-color: #F8CACE;
}
</style>
border-color css
<style>
span { border-color: #F8CACE; }
span { border-color: rgb(248,202,206); }
td.TdClassName
{
border-color: #F8CACE;
}
.TagClassName
{
border-color: #F8CACE;
}
</style>