#F9C8FF

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

Shades of Snuff #F9C8FF

Tints of Snuff #F9C8FF

Color information

#F9C8FF (or 0xF9C8FF) is unknown color: approx Snuff. HEX triplet: F9, C8 and FF. RGB value is (249,200,255). Sum of RGB (Red+Green+Blue) = 249+200+255=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 200 (78.52% from 255 or 28.41% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9C8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C8FF is #063700. Grayscale: #DCDCDC. Windows color (decimal): -407297 or 16763129. OLE color: 16763129.

HSL color Cylindrical-coordinate representation of color #F9C8FF: hue angle of 293.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C8FF is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB249200255-
CMYK0.020.2200
HSL293.45º100%89.22%-
HSV(B)293.45º21.57%100%-
XYZ77.7768.67103.76-
YUV220.92147.23148.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.37%
GREEN value IS 200 (78.52% from 255) = 28.41%
BLUE value IS 255 (100% from 255) = 36.22%
R=35.37%
G=28.41%
B=36.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492002550.020.2200293.4510089.22
HexF9C8FF216001256459
Octal37131037722600445144131
Binary11111001110010001111111110101100010010010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C8FF; }

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

 H1.HeaderClassName
 {
   color: #F9C8FF;
 }
 .AnyTagClassName
 {
   color: #F9C8FF;
 }
</style>
background-color css

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

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

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

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

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

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