#F1CDCC

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

Shades of Vanilla Ice #F1CDCC

Tints of Vanilla Ice #F1CDCC

Color information

#F1CDCC (or 0xF1CDCC) is unknown color: approx Vanilla Ice. HEX triplet: F1, CD and CC. RGB value is (241,205,204). Sum of RGB (Red+Green+Blue) = 241+205+204=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDCC is #0E3233. Grayscale: #D7D7D7. Windows color (decimal): -930356 or 13422065. OLE color: 13422065.

HSL color Cylindrical-coordinate representation of color #F1CDCC: hue angle of 1.62º degrees, saturation: 0.57, 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 #F1CDCC is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241205204-
CMYK00.150.150.05
HSL1.62º56.92%87.25%-
HSV(B)1.62º15.35%94.51%-
XYZ69.0166.7266.37-
YUV215.65121.43146.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.08%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=37.08%
G=31.54%
B=31.38%

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
Decimal24120520400.150.150.051.6256.9287.25
HexF1CDCC0FF523957
Octal361315314017175271127
Binary111100011100110111001100011111111101101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDCC; }

 p { color: rgb(241,205,204); }

 H1.HeaderClassName
 {
   color: #F1CDCC;
 }
 .AnyTagClassName
 {
   color: #F1CDCC;
 }
</style>
background-color css

<style>
 a { background-color: #F1CDCC; }

 a { background-color: rgb(241,205,204); }

 div.DivClassName
 {
   background-color: #F1CDCC;
 }
 .BgClassName
 {
   background-color: #F1CDCC;
 }
</style>
border-color css

<style>
 span { border-color: #F1CDCC; }

 span { border-color: rgb(241,205,204); }

 td.TdClassName
 {
   border-color: #F1CDCC;
 }
 .TagClassName
 {
   border-color: #F1CDCC;
 }
</style>