Shades of Vanilla Ice #F3CFCF
Tints of Vanilla Ice #F3CFCF
RGB
CMYK
RGB Variations
Color information
#F3CFCF (or 0xF3CFCF) is known color: Vanilla Ice. HEX triplet: F3, CF and CF. RGB value is (243,207,207). Sum of RGB (Red+Green+Blue) = 243+207+207=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFCF is #0C3030. Grayscale: #D9D9D9. Windows color (decimal): -798769 or 13619187. OLE color: 13619187.
HSL color Cylindrical-coordinate representation of color #F3CFCF: hue angle of 0º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CFCF is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 207 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.05 |
| HSL | 0º | 0.6% | 0.88% | - |
| HSV(B) | 0º | 0.15% | 0.95% | - |
| XYZ | 70.54 | 68.19 | 68.47 | - |
| YUV | 217.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 207 | 0 | 0.15 | 0.15 | 0.05 | 0 | 0.6 | 0.88 |
| Hex | F3 | CF | CF | 0 | F | F | 5 | 0 | 3C | 58 |
| Octal | 363 | 317 | 317 | 0 | 17 | 17 | 5 | 0 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11001111 | 0 | 1111 | 1111 | 101 | 0 | 111100 | 1011000 |
Color Harmonies of #F3CFCF
Complementary color
Monochromatic Colors of #F3CFCF
Black with #F3CFCF
Text Example
Text Example
White with #F3CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFCF; }
p { color: rgb(243,207,207); }
H1.HeaderClassName
{
color: #F3CFCF;
}
.AnyTagClassName
{
color: #F3CFCF;
}
</style>
background-color css
<style>
a { background-color: #F3CFCF; }
a { background-color: rgb(243,207,207); }
div.DivClassName
{
background-color: #F3CFCF;
}
.BgClassName
{
background-color: #F3CFCF;
}
</style>
border-color css
<style>
span { border-color: #F3CFCF; }
span { border-color: rgb(243,207,207); }
td.TdClassName
{
border-color: #F3CFCF;
}
.TagClassName
{
border-color: #F3CFCF;
}
</style>