#F5CFCF

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

Shades of Vanilla Ice #F5CFCF

Tints of Vanilla Ice #F5CFCF

Color information

#F5CFCF (or 0xF5CFCF) is unknown color: approx Vanilla Ice. HEX triplet: F5, CF and CF. RGB value is (245,207,207). Sum of RGB (Red+Green+Blue) = 245+207+207=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFCF is #0A3030. Grayscale: #DADADA. Windows color (decimal): -667697 or 13619189. OLE color: 13619189.

HSL color Cylindrical-coordinate representation of color #F5CFCF: hue angle of 0º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CFCF is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245207207-
CMYK00.160.160.04
HSL65.52%88.63%-
HSV(B)15.51%96.08%-
XYZ71.2368.5468.51-
YUV218.36121.59147-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.18%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=37.18%
G=31.41%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520720700.160.160.04065.5288.63
HexF5CFCF01010404259
Octal3653173170202040102131
Binary11110101110011111100111101000010000100010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CFCF; }

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

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

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

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

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

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

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

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