Html Css Color HEX #F9C8EF Snuff

📋 copy color: '#F9C8EF'

red 249 ◦ green 200 ◦ blue 239

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

Shades of Snuff #F9C8EF

Tints of Snuff #F9C8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.07%

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

R = 36.19%
G = 29.07%
B = 34.74%

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

#F9C8EF (or 0xF9C8EF) is known color: Snuff. HEX triplet: F9, C8 and EF. RGB value is (249,200,239). Sum of RGB (Red+Green+Blue) = 249+200+239=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C8EF is #063710. Grayscale: #DADADA. Windows color (decimal): -407313 or 15714553. OLE color: 15714553.

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

Color convert

RGB 249 200 239 -
CMYK 0 0.20 0.04 0.02
HSL 312.24º 0.8% 0.88% -
HSV(B) 312.24º 0.2% 0.98% -
XYZ 75.3 67.68 90.76 -
YUV 219.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 249 200 239 0 0.20 0.04 0.02 312.24 0.8 0.88
Hex F9 C8 EF 0 14 4 2 138 50 58
Octal 371 310 357 0 24 4 2 470 120 130
Binary 11111001 11001000 11101111 0 10100 100 10 100111000 1010000 1011000

Color Harmonies of #F9C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C8EF

Black with #F9C8EF

Text Example


Text Example

White with #F9C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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