Shades of Vanilla Ice #F6CDCD
Tints of Vanilla Ice #F6CDCD
RGB
CMYK
RGB Variations
Color information
#F6CDCD (or 0xF6CDCD) is known color: Vanilla Ice. HEX triplet: F6, CD and CD. RGB value is (246,205,205). Sum of RGB (Red+Green+Blue) = 246+205+205=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDCD is #093232. Grayscale: #D9D9D9. Windows color (decimal): -602675 or 13487606. OLE color: 13487606.
HSL color Cylindrical-coordinate representation of color #F6CDCD: hue angle of 0º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CDCD is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 205 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.04 |
| HSL | 0º | 0.69% | 0.88% | - |
| HSV(B) | 0º | 0.17% | 0.96% | - |
| XYZ | 70.86 | 67.66 | 67.08 | - |
| YUV | 217.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 205 | 0 | 0.17 | 0.17 | 0.04 | 0 | 0.69 | 0.88 |
| Hex | F6 | CD | CD | 0 | 11 | 11 | 4 | 0 | 45 | 58 |
| Octal | 366 | 315 | 315 | 0 | 21 | 21 | 4 | 0 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11001101 | 0 | 10001 | 10001 | 100 | 0 | 1000101 | 1011000 |
Color Harmonies of #F6CDCD
Complementary color
Monochromatic Colors of #F6CDCD
Black with #F6CDCD
Text Example
Text Example
White with #F6CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDCD; }
p { color: rgb(246,205,205); }
H1.HeaderClassName
{
color: #F6CDCD;
}
.AnyTagClassName
{
color: #F6CDCD;
}
</style>
background-color css
<style>
a { background-color: #F6CDCD; }
a { background-color: rgb(246,205,205); }
div.DivClassName
{
background-color: #F6CDCD;
}
.BgClassName
{
background-color: #F6CDCD;
}
</style>
border-color css
<style>
span { border-color: #F6CDCD; }
span { border-color: rgb(246,205,205); }
td.TdClassName
{
border-color: #F6CDCD;
}
.TagClassName
{
border-color: #F6CDCD;
}
</style>