#F6CFCF

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

Shades of Vanilla Ice #F6CFCF

Tints of Vanilla Ice #F6CFCF

Color information

#F6CFCF (or 0xF6CFCF) is unknown color: approx Vanilla Ice. HEX triplet: F6, CF and CF. RGB value is (246,207,207). Sum of RGB (Red+Green+Blue) = 246+207+207=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFCF is #093030. Grayscale: #DADADA. Windows color (decimal): -602161 or 13619190. OLE color: 13619190.

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

Color convert

RGB246207207-
CMYK00.160.160.04
HSL68.42%88.82%-
HSV(B)15.85%96.47%-
XYZ71.5868.7268.52-
YUV218.66121.42147.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.27%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=37.27%
G=31.36%
B=31.36%

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
Decimal24620720700.160.160.04068.4288.82
HexF6CFCF01010404459
Octal3663173170202040104131
Binary11110110110011111100111101000010000100010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CFCF; }

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

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

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

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

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

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

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

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