#F1CDCD

Color #F1CDCD Vanilla Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla Ice #F1CDCD

Tints of Vanilla Ice #F1CDCD

Color information

#F1CDCD (or 0xF1CDCD) is unknown color: approx 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

RGB241205205-
CMYK00.150.150.05
HSL56.25%87.45%-
HSV(B)14.94%94.51%-
XYZ69.1366.7767-
YUV215.76121.93146-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 37.02%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=37.02%
G=31.49%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120520500.150.150.05056.2587.45
HexF1CDCD0FF503857
Octal361315315017175070127
Binary11110001110011011100110101111111110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>