Html Css Color HEX #F6C5ED Snuff

📋 copy color: '#F6C5ED'

red 246 ◦ green 197 ◦ blue 237

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

Shades of Snuff #F6C5ED

Tints of Snuff #F6C5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.97%

 BLUE value IS 237 (92.97% from 255) = 34.85%

R = 36.18%
G = 28.97%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6C5ED (or 0xF6C5ED) is known color: Snuff. HEX triplet: F6, C5 and ED. RGB value is (246,197,237). Sum of RGB (Red+Green+Blue) = 246+197+237=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C5ED is #093A12. Grayscale: #D8D8D8. Windows color (decimal): -604691 or 15582710. OLE color: 15582710.

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

Color convert

RGB 246 197 237 -
CMYK 0 0.20 0.04 0.04
HSL 311.02º 0.73% 0.87% -
HSV(B) 311.02º 0.2% 0.96% -
XYZ 73.26 65.64 88.93 -
YUV 216.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 246 197 237 0 0.20 0.04 0.04 311.02 0.73 0.87
Hex F6 C5 ED 0 14 4 4 137 49 57
Octal 366 305 355 0 24 4 4 467 111 127
Binary 11110110 11000101 11101101 0 10100 100 100 100110111 1001001 1010111

Color Harmonies of #F6C5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C5ED

Black with #F6C5ED

Text Example


Text Example

White with #F6C5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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