#F6CAED

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

Shades of Snuff #F6CAED

Tints of Snuff #F6CAED

Color information

#F6CAED (or 0xF6CAED) is unknown color: approx Snuff. HEX triplet: F6, CA and ED. RGB value is (246,202,237). Sum of RGB (Red+Green+Blue) = 246+202+237=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CAED is #093512. Grayscale: #DBDBDB. Windows color (decimal): -603411 or 15583990. OLE color: 15583990.

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

Color convert

RGB246202237-
CMYK00.180.040.04
HSL312.27º70.97%87.84%-
HSV(B)312.27º17.89%96.47%-
XYZ74.4167.9589.31-
YUV219.15138.08147.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 202 (79.30% from 255) = 29.49%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=35.91%
G=29.49%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620223700.180.040.04312.2770.9787.84
HexF6CAED012441384758
Octal36631235502244470107130
Binary11110110110010101110110101001010010010011100010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CAED; }

 p { color: rgb(246,202,237); }

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

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

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

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

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

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

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