#F6CCCC

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

Shades of Vanilla Ice #F6CCCC

Tints of Vanilla Ice #F6CCCC

Color information

#F6CCCC (or 0xF6CCCC) is unknown color: approx Vanilla Ice. HEX triplet: F6, CC and CC. RGB value is (246,204,204). Sum of RGB (Red+Green+Blue) = 246+204+204=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCCC is #093333. Grayscale: #D8D8D8. Windows color (decimal): -602932 or 13421814. OLE color: 13421814.

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

Color convert

RGB246204204-
CMYK00.170.170.04
HSL70%88.24%-
HSV(B)17.07%96.47%-
XYZ70.567.1466.37-
YUV216.56120.91149-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.61%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=37.61%
G=31.19%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620420400.170.170.0407088.24
HexF6CCCC01111404658
Octal3663143140212140106130
Binary11110110110011001100110001000110001100010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCCC; }

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

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

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

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

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

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

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

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