#F1CFCF

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

Shades of Vanilla Ice #F1CFCF

Tints of Vanilla Ice #F1CFCF

Color information

#F1CFCF (or 0xF1CFCF) is unknown color: approx Vanilla Ice. HEX triplet: F1, CF and CF. RGB value is (241,207,207). Sum of RGB (Red+Green+Blue) = 241+207+207=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFCF is #0E3030. Grayscale: #D9D9D9. Windows color (decimal): -929841 or 13619185. OLE color: 13619185.

HSL color Cylindrical-coordinate representation of color #F1CFCF: hue angle of 0º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFCF is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241207207-
CMYK00.140.140.05
HSL54.84%87.84%-
HSV(B)14.11%94.51%-
XYZ69.8567.8368.44-
YUV217.17122.26145-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=36.79%
G=31.60%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120720700.140.140.05054.8487.84
HexF1CFCF0EE503758
Octal361317317016165067130
Binary11110001110011111100111101110111010101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFCF; }

 p { color: rgb(241,207,207); }

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

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

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

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

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

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

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