Html Css Color HEX #F6C4EE Snuff

📋 copy color: '#F6C4EE'

red 246 ◦ green 196 ◦ blue 238

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

Shades of Snuff #F6C4EE

Tints of Snuff #F6C4EE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.82%

 BLUE value IS 238 (93.36% from 255) = 35%

R = 36.18%
G = 28.82%
B = 35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F6C4EE (or 0xF6C4EE) is known color: Snuff. HEX triplet: F6, C4 and EE. RGB value is (246,196,238). Sum of RGB (Red+Green+Blue) = 246+196+238=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 196 (76.95% from 255 or 28.82% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C4EE is #093B11. Grayscale: #D7D7D7. Windows color (decimal): -604946 or 15647990. OLE color: 15647990.

HSL color Cylindrical-coordinate representation of color #F6C4EE: hue angle of 309.6º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C4EE is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 196 238 -
CMYK 0 0.20 0.03 0.04
HSL 309.6º 0.74% 0.87% -
HSV(B) 309.6º 0.2% 0.96% -
XYZ 73.18 65.25 89.63 -
YUV 215.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 246 196 238 0 0.20 0.03 0.04 309.6 0.74 0.87
Hex F6 C4 EE 0 14 3 4 136 4A 57
Octal 366 304 356 0 24 3 4 466 112 127
Binary 11110110 11000100 11101110 0 10100 11 100 100110110 1001010 1010111

Color Harmonies of #F6C4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C4EE

Black with #F6C4EE

Text Example


Text Example

White with #F6C4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C4EE; }

 p { color: rgb(246,196,238); }

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

background-color css

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

 a { background-color: rgb(246,196,238); }

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

border-color css

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

 span { border-color: rgb(246,196,238); }

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