Html Css Color HEX #F6DAF2 Snuff

📋 copy color: '#F6DAF2'

red 246 ◦ green 218 ◦ blue 242

#F6DAF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #F6DAF2

Tints of Snuff #F6DAF2

RGB

 RED value IS 246 (96.48% from 255) = 34.84%

 GREEN value IS 218 (85.55% from 255) = 30.88%

 BLUE value IS 242 (94.92% from 255) = 34.28%

R = 34.84%
G = 30.88%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6DAF2 (or 0xF6DAF2) is known color: Snuff. HEX triplet: F6, DA and F2. RGB value is (246,218,242). Sum of RGB (Red+Green+Blue) = 246+218+242=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DAF2 is #09250D. Grayscale: #E5E5E5. Windows color (decimal): -599310 or 15915766. OLE color: 15915766.

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

Color convert

RGB 246 218 242 -
CMYK 0 0.11 0.02 0.04
HSL 308.57º 0.61% 0.91% -
HSV(B) 308.57º 0.11% 0.96% -
XYZ 79.1 76.15 94.53 -
YUV 229.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 246 218 242 0 0.11 0.02 0.04 308.57 0.61 0.91
Hex F6 DA F2 0 B 2 4 135 3D 5B
Octal 366 332 362 0 13 2 4 465 75 133
Binary 11110110 11011010 11110010 0 1011 10 100 100110101 111101 1011011

Color Harmonies of #F6DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DAF2

Black with #F6DAF2

Text Example


Text Example

White with #F6DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DAF2; }

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

 H1.HeaderClassName
 {
   color: #F6DAF2;
 }
 .AnyTagClassName
 {
   color: #F6DAF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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