Html Css Color HEX #F9C6EF Snuff

📋 copy color: '#F9C6EF'

red 249 ◦ green 198 ◦ blue 239

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

Shades of Snuff #F9C6EF

Tints of Snuff #F9C6EF

RGB

 RED value IS 249 (97.66% from 255) = 36.3%

 GREEN value IS 198 (77.73% from 255) = 28.86%

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

R = 36.3%
G = 28.86%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F9C6EF (or 0xF9C6EF) is known color: Snuff. HEX triplet: F9, C6 and EF. RGB value is (249,198,239). Sum of RGB (Red+Green+Blue) = 249+198+239=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C6EF is #063910. Grayscale: #D9D9D9. Windows color (decimal): -407825 or 15714041. OLE color: 15714041.

HSL color Cylindrical-coordinate representation of color #F9C6EF: hue angle of 311.76º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C6EF is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 198 239 -
CMYK 0 0.20 0.04 0.02
HSL 311.76º 0.81% 0.88% -
HSV(B) 311.76º 0.2% 0.98% -
XYZ 74.84 66.76 90.6 -
YUV 217.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 249 198 239 0 0.20 0.04 0.02 311.76 0.81 0.88
Hex F9 C6 EF 0 14 4 2 138 51 58
Octal 371 306 357 0 24 4 2 470 121 130
Binary 11111001 11000110 11101111 0 10100 100 10 100111000 1010001 1011000

Color Harmonies of #F9C6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C6EF

Black with #F9C6EF

Text Example


Text Example

White with #F9C6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C6EF; }

 p { color: rgb(249,198,239); }

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

background-color css

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

 a { background-color: rgb(249,198,239); }

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

border-color css

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

 span { border-color: rgb(249,198,239); }

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