#F9C8EF

Color #F9C8EF Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #F9C8EF

Tints of Snuff #F9C8EF

Color information

#F9C8EF (or 0xF9C8EF) is unknown color: approx 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

RGB249200239-
CMYK00.200.040.02
HSL312.24º80.33%88.04%-
HSV(B)312.24º19.68%97.65%-
XYZ75.367.6890.76-
YUV219.1139.23149.33-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920023900.200.040.02312.2480.3388.04
HexF9C8EF014421385058
Octal37131035702442470120130
Binary1111100111001000111011110101001001010011100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>