#F1CECC

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

Shades of Vanilla Ice #F1CECC

Tints of Vanilla Ice #F1CECC

Color information

#F1CECC (or 0xF1CECC) is unknown color: approx Vanilla Ice. HEX triplet: F1, CE and CC. RGB value is (241,206,204). Sum of RGB (Red+Green+Blue) = 241+206+204=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CECC is #0E3133. Grayscale: #D8D8D8. Windows color (decimal): -930100 or 13422321. OLE color: 13422321.

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

Color convert

RGB241206204-
CMYK00.150.150.05
HSL3.24º56.92%87.25%-
HSV(B)3.24º15.35%94.51%-
XYZ69.2567.266.45-
YUV216.24121.1145.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.02%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 204 (80.08% from 255) = 31.34%
R=37.02%
G=31.64%
B=31.34%

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
Decimal24120620400.150.150.053.2456.9287.25
HexF1CECC0FF533957
Octal361316314017175371127
Binary111100011100111011001100011111111101111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CECC; }

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

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

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

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

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

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

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

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