Shades of Vanilla Ice #F5CFCF
Tints of Vanilla Ice #F5CFCF
RGB
CMYK
RGB Variations
Color information
#F5CFCF (or 0xF5CFCF) is known color: Vanilla Ice. HEX triplet: F5, CF and CF. RGB value is (245,207,207). Sum of RGB (Red+Green+Blue) = 245+207+207=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFCF is #0A3030. Grayscale: #DADADA. Windows color (decimal): -667697 or 13619189. OLE color: 13619189.
HSL color Cylindrical-coordinate representation of color #F5CFCF: hue angle of 0º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CFCF is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 207 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.04 |
| HSL | 0º | 0.66% | 0.89% | - |
| HSV(B) | 0º | 0.16% | 0.96% | - |
| XYZ | 71.23 | 68.54 | 68.51 | - |
| YUV | 218.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 207 | 0 | 0.16 | 0.16 | 0.04 | 0 | 0.66 | 0.89 |
| Hex | F5 | CF | CF | 0 | 10 | 10 | 4 | 0 | 42 | 59 |
| Octal | 365 | 317 | 317 | 0 | 20 | 20 | 4 | 0 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11001111 | 0 | 10000 | 10000 | 100 | 0 | 1000010 | 1011001 |
Color Harmonies of #F5CFCF
Complementary color
Monochromatic Colors of #F5CFCF
Black with #F5CFCF
Text Example
Text Example
White with #F5CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFCF; }
p { color: rgb(245,207,207); }
H1.HeaderClassName
{
color: #F5CFCF;
}
.AnyTagClassName
{
color: #F5CFCF;
}
</style>
background-color css
<style>
a { background-color: #F5CFCF; }
a { background-color: rgb(245,207,207); }
div.DivClassName
{
background-color: #F5CFCF;
}
.BgClassName
{
background-color: #F5CFCF;
}
</style>
border-color css
<style>
span { border-color: #F5CFCF; }
span { border-color: rgb(245,207,207); }
td.TdClassName
{
border-color: #F5CFCF;
}
.TagClassName
{
border-color: #F5CFCF;
}
</style>