Shades of Snuff #F4CAF4
Tints of Snuff #F4CAF4
RGB
CMYK
RGB Variations
Color information
#F4CAF4 (or 0xF4CAF4) is known color: Snuff. HEX triplet: F4, CA and F4. RGB value is (244,202,244). Sum of RGB (Red+Green+Blue) = 244+202+244=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 244 - color contains mainly: red, blue. Hex color #F4CAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CAF4 is #0B350B. Grayscale: #DBDBDB. Windows color (decimal): -734476 or 16042740. OLE color: 16042740.
HSL color Cylindrical-coordinate representation of color #F4CAF4: hue angle of 300º 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 #F4CAF4 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 202 | 244 | - |
CMYK | 0 | 0.17 | 0 | 0.04 |
HSL | 300º | 0.66% | 0.87% | - |
HSV(B) | 300º | 0.17% | 0.96% | - |
XYZ | 74.76 | 68.01 | 94.77 | - |
YUV | 219.35 | 141.91 | 145.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 202 | 244 | 0 | 0.17 | 0 | 0.04 | 300 | 0.66 | 0.87 |
Hex | F4 | CA | F4 | 0 | 11 | 0 | 4 | 12C | 42 | 57 |
Octal | 364 | 312 | 364 | 0 | 21 | 0 | 4 | 454 | 102 | 127 |
Binary | 11110100 | 11001010 | 11110100 | 0 | 10001 | 0 | 100 | 100101100 | 1000010 | 1010111 |
Color Harmonies of #F4CAF4
Complementary color
Monochromatic Colors of #F4CAF4
Black with #F4CAF4
Text Example
Text Example
White with #F4CAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CAF4; }
p { color: rgb(244,202,244); }
H1.HeaderClassName
{
color: #F4CAF4;
}
.AnyTagClassName
{
color: #F4CAF4;
}
</style>
background-color css
<style>
a { background-color: #F4CAF4; }
a { background-color: rgb(244,202,244); }
div.DivClassName
{
background-color: #F4CAF4;
}
.BgClassName
{
background-color: #F4CAF4;
}
</style>
border-color css
<style>
span { border-color: #F4CAF4; }
span { border-color: rgb(244,202,244); }
td.TdClassName
{
border-color: #F4CAF4;
}
.TagClassName
{
border-color: #F4CAF4;
}
</style>