#F9C9FD

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

Shades of Snuff #F9C9FD

Tints of Snuff #F9C9FD

Color information

#F9C9FD (or 0xF9C9FD) is unknown color: approx Snuff. HEX triplet: F9, C9 and FD. RGB value is (249,201,253). Sum of RGB (Red+Green+Blue) = 249+201+253=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 201 (78.91% from 255 or 28.59% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9C9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C9FD is #063602. Grayscale: #DDDDDD. Windows color (decimal): -407043 or 16632313. OLE color: 16632313.

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

Color convert

RGB249201253-
CMYK0.020.2100.01
HSL295.38º92.86%89.02%-
HSV(B)295.38º20.55%99.22%-
XYZ77.6869102.15-
YUV221.28145.9147.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.42%
GREEN value IS 201 (78.91% from 255) = 28.59%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=35.42%
G=28.59%
B=35.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492012530.020.2100.01295.3892.8689.02
HexF9C9FD215011275d59
Octal37131137522501447135131
Binary11111001110010011111110110101010110010011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C9FD; }

 p { color: rgb(249,201,253); }

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

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

 a { background-color: rgb(249,201,253); }

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

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

 span { border-color: rgb(249,201,253); }

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