#F6DAF1

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

Shades of Snuff #F6DAF1

Tints of Snuff #F6DAF1

Color information

#F6DAF1 (or 0xF6DAF1) is unknown color: approx Snuff. HEX triplet: F6, DA and F1. RGB value is (246,218,241). Sum of RGB (Red+Green+Blue) = 246+218+241=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DAF1 is #09250E. Grayscale: #E4E4E4. Windows color (decimal): -599311 or 15850230. OLE color: 15850230.

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

Color convert

RGB246218241-
CMYK00.110.020.04
HSL310.71º60.87%90.98%-
HSV(B)310.71º11.38%96.47%-
XYZ78.9576.0993.74-
YUV228.99134.78140.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.89%
GREEN value IS 218 (85.55% from 255) = 30.92%
BLUE value IS 241 (94.53% from 255) = 34.18%
R=34.89%
G=30.92%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621824100.110.020.04310.7160.8790.98
HexF6DAF10B241373d5b
Octal3663323610132446775133
Binary11110110110110101111000101011101001001101111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DAF1; }

 p { color: rgb(246,218,241); }

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

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

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

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

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

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

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