#F6CCF2

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

Shades of Snuff #F6CCF2

Tints of Snuff #F6CCF2

Color information

#F6CCF2 (or 0xF6CCF2) is unknown color: approx Snuff. HEX triplet: F6, CC and F2. RGB value is (246,204,242). Sum of RGB (Red+Green+Blue) = 246+204+242=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 242 (94.92% from 255 or 34.97% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CCF2 is #09330D. Grayscale: #DCDCDC. Windows color (decimal): -602894 or 15912182. OLE color: 15912182.

HSL color Cylindrical-coordinate representation of color #F6CCF2: hue angle of 305.71º 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 #F6CCF2 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB246204242-
CMYK00.170.020.04
HSL305.71º70%88.24%-
HSV(B)305.71º17.07%96.47%-
XYZ75.6369.1993.37-
YUV220.89139.91145.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.55%
GREEN value IS 204 (80.08% from 255) = 29.48%
BLUE value IS 242 (94.92% from 255) = 34.97%
R=35.55%
G=29.48%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620424200.170.020.04305.717088.24
HexF6CCF2011241324658
Octal36631436202124462106130
Binary1111011011001100111100100100011010010011001010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCF2; }

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

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

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

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

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

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

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

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