#F6CFF0

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

Shades of Snuff #F6CFF0

Tints of Snuff #F6CFF0

Color information

#F6CFF0 (or 0xF6CFF0) is unknown color: approx Snuff. HEX triplet: F6, CF and F0. RGB value is (246,207,240). Sum of RGB (Red+Green+Blue) = 246+207+240=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFF0 is #09300F. Grayscale: #DEDEDE. Windows color (decimal): -602128 or 15781878. OLE color: 15781878.

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

Color convert

RGB246207240-
CMYK00.160.020.04
HSL309.23º68.42%88.82%-
HSV(B)309.23º15.85%96.47%-
XYZ76.0570.5192.04-
YUV222.42137.92144.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.50%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 240 (94.14% from 255) = 34.63%
R=35.50%
G=29.87%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620724000.160.020.04309.2368.4288.82
HexF6CFF0010241354459
Octal36631736002024465104131
Binary1111011011001111111100000100001010010011010110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CFF0; }

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

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

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

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

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

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

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

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