Html Css Color HEX #F6C4EF Snuff

📋 copy color: '#F6C4EF'

red 246 ◦ green 196 ◦ blue 239

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

Shades of Snuff #F6C4EF

Tints of Snuff #F6C4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.1%

R = 36.12%
G = 28.78%
B = 35.1%

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

#F6C4EF (or 0xF6C4EF) is known color: Snuff. HEX triplet: F6, C4 and EF. RGB value is (246,196,239). Sum of RGB (Red+Green+Blue) = 246+196+239=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 196 (76.95% from 255 or 28.78% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C4EF is #093B10. Grayscale: #D7D7D7. Windows color (decimal): -604945 or 15713526. OLE color: 15713526.

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

Color convert

RGB 246 196 239 -
CMYK 0 0.20 0.03 0.04
HSL 308.4º 0.74% 0.87% -
HSV(B) 308.4º 0.2% 0.96% -
XYZ 73.33 65.3 90.4 -
YUV 215.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 246 196 239 0 0.20 0.03 0.04 308.4 0.74 0.87
Hex F6 C4 EF 0 14 3 4 134 4A 57
Octal 366 304 357 0 24 3 4 464 112 127
Binary 11110110 11000100 11101111 0 10100 11 100 100110100 1001010 1010111

Color Harmonies of #F6C4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C4EF

Black with #F6C4EF

Text Example


Text Example

White with #F6C4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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