Shades of Vanilla Ice #F7CFCF
Tints of Vanilla Ice #F7CFCF
RGB
CMYK
RGB Variations
Color information
#F7CFCF (or 0xF7CFCF) is known color: Vanilla Ice. HEX triplet: F7, CF and CF. RGB value is (247,207,207). Sum of RGB (Red+Green+Blue) = 247+207+207=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFCF is #083030. Grayscale: #DBDBDB. Windows color (decimal): -536625 or 13619191. OLE color: 13619191.
HSL color Cylindrical-coordinate representation of color #F7CFCF: hue angle of 0º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7CFCF is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 207 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.03 |
| HSL | 0º | 0.71% | 0.89% | - |
| HSV(B) | 0º | 0.16% | 0.97% | - |
| XYZ | 71.93 | 68.9 | 68.54 | - |
| YUV | 218.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 207 | 0 | 0.16 | 0.16 | 0.03 | 0 | 0.71 | 0.89 |
| Hex | F7 | CF | CF | 0 | 10 | 10 | 3 | 0 | 47 | 59 |
| Octal | 367 | 317 | 317 | 0 | 20 | 20 | 3 | 0 | 107 | 131 |
| Binary | 11110111 | 11001111 | 11001111 | 0 | 10000 | 10000 | 11 | 0 | 1000111 | 1011001 |
Color Harmonies of #F7CFCF
Complementary color
Monochromatic Colors of #F7CFCF
Black with #F7CFCF
Text Example
Text Example
White with #F7CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFCF; }
p { color: rgb(247,207,207); }
H1.HeaderClassName
{
color: #F7CFCF;
}
.AnyTagClassName
{
color: #F7CFCF;
}
</style>
background-color css
<style>
a { background-color: #F7CFCF; }
a { background-color: rgb(247,207,207); }
div.DivClassName
{
background-color: #F7CFCF;
}
.BgClassName
{
background-color: #F7CFCF;
}
</style>
border-color css
<style>
span { border-color: #F7CFCF; }
span { border-color: rgb(247,207,207); }
td.TdClassName
{
border-color: #F7CFCF;
}
.TagClassName
{
border-color: #F7CFCF;
}
</style>