Shades of Vanilla Ice #F4CFCF
Tints of Vanilla Ice #F4CFCF
RGB
CMYK
RGB Variations
Color information
#F4CFCF (or 0xF4CFCF) is known color: Vanilla Ice. HEX triplet: F4, CF and CF. RGB value is (244,207,207). Sum of RGB (Red+Green+Blue) = 244+207+207=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFCF is #0B3030. Grayscale: #DADADA. Windows color (decimal): -733233 or 13619188. OLE color: 13619188.
HSL color Cylindrical-coordinate representation of color #F4CFCF: hue angle of 0º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFCF is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 207 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.04 |
| HSL | 0º | 0.63% | 0.88% | - |
| HSV(B) | 0º | 0.15% | 0.96% | - |
| XYZ | 70.88 | 68.36 | 68.49 | - |
| YUV | 218.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 207 | 0 | 0.15 | 0.15 | 0.04 | 0 | 0.63 | 0.88 |
| Hex | F4 | CF | CF | 0 | F | F | 4 | 0 | 3F | 58 |
| Octal | 364 | 317 | 317 | 0 | 17 | 17 | 4 | 0 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11001111 | 0 | 1111 | 1111 | 100 | 0 | 111111 | 1011000 |
Color Harmonies of #F4CFCF
Complementary color
Monochromatic Colors of #F4CFCF
Black with #F4CFCF
Text Example
Text Example
White with #F4CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFCF; }
p { color: rgb(244,207,207); }
H1.HeaderClassName
{
color: #F4CFCF;
}
.AnyTagClassName
{
color: #F4CFCF;
}
</style>
background-color css
<style>
a { background-color: #F4CFCF; }
a { background-color: rgb(244,207,207); }
div.DivClassName
{
background-color: #F4CFCF;
}
.BgClassName
{
background-color: #F4CFCF;
}
</style>
border-color css
<style>
span { border-color: #F4CFCF; }
span { border-color: rgb(244,207,207); }
td.TdClassName
{
border-color: #F4CFCF;
}
.TagClassName
{
border-color: #F4CFCF;
}
</style>