#F9CCFE

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

Shades of Snuff #F9CCFE

Tints of Snuff #F9CCFE

Color information

#F9CCFE (or 0xF9CCFE) is unknown color: approx Snuff. HEX triplet: F9, CC and FE. RGB value is (249,204,254). Sum of RGB (Red+Green+Blue) = 249+204+254=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9CCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CCFE is #063301. Grayscale: #DFDFDF. Windows color (decimal): -406274 or 16698617. OLE color: 16698617.

HSL color Cylindrical-coordinate representation of color #F9CCFE: hue angle of 294º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9CCFE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB249204254-
CMYK0.020.2000.00
HSL294º96.15%89.8%-
HSV(B)294º19.69%99.61%-
XYZ78.5570.48103.23-
YUV223.15145.41146.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.22%
GREEN value IS 204 (80.08% from 255) = 28.85%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=35.22%
G=28.85%
B=35.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492042540.020.2000.0029496.1589.8
HexF9CCFE21400126605a
Octal37131437622400446140132
Binary11111001110011001111111010101000010010011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCFE; }

 p { color: rgb(249,204,254); }

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

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

 a { background-color: rgb(249,204,254); }

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

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

 span { border-color: rgb(249,204,254); }

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