Shades of Vanilla Ice #F1CDCD
Tints of Vanilla Ice #F1CDCD
RGB
CMYK
RGB Variations
Color information
#F1CDCD (or 0xF1CDCD) is known color: Vanilla Ice. HEX triplet: F1, CD and CD. RGB value is (241,205,205). Sum of RGB (Red+Green+Blue) = 241+205+205=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDCD is #0E3232. Grayscale: #D7D7D7. Windows color (decimal): -930355 or 13487601. OLE color: 13487601.
HSL color Cylindrical-coordinate representation of color #F1CDCD: hue angle of 0º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CDCD is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 205 | 205 | - |
CMYK | 0 | 0.15 | 0.15 | 0.05 |
HSL | 0º | 0.56% | 0.87% | - |
HSV(B) | 0º | 0.15% | 0.95% | - |
XYZ | 69.13 | 66.77 | 67 | - |
YUV | 215.76 | 121.93 | 146 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 205 | 205 | 0 | 0.15 | 0.15 | 0.05 | 0 | 0.56 | 0.87 |
Hex | F1 | CD | CD | 0 | F | F | 5 | 0 | 38 | 57 |
Octal | 361 | 315 | 315 | 0 | 17 | 17 | 5 | 0 | 70 | 127 |
Binary | 11110001 | 11001101 | 11001101 | 0 | 1111 | 1111 | 101 | 0 | 111000 | 1010111 |
Color Harmonies of #F1CDCD
Complementary color
Monochromatic Colors of #F1CDCD
Black with #F1CDCD
Text Example
Text Example
White with #F1CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CDCD; }
p { color: rgb(241,205,205); }
H1.HeaderClassName
{
color: #F1CDCD;
}
.AnyTagClassName
{
color: #F1CDCD;
}
</style>
background-color css
<style>
a { background-color: #F1CDCD; }
a { background-color: rgb(241,205,205); }
div.DivClassName
{
background-color: #F1CDCD;
}
.BgClassName
{
background-color: #F1CDCD;
}
</style>
border-color css
<style>
span { border-color: #F1CDCD; }
span { border-color: rgb(241,205,205); }
td.TdClassName
{
border-color: #F1CDCD;
}
.TagClassName
{
border-color: #F1CDCD;
}
</style>