#F9C0FD

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

Shades of Snuff #F9C0FD

Tints of Snuff #F9C0FD

Color information

#F9C0FD (or 0xF9C0FD) is unknown color: approx Snuff. HEX triplet: F9, C0 and FD. RGB value is (249,192,253). Sum of RGB (Red+Green+Blue) = 249+192+253=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 192 (75.39% from 255 or 27.67% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9C0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C0FD is #063F02. Grayscale: #D7D7D7. Windows color (decimal): -409347 or 16630009. OLE color: 16630009.

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

Color convert

RGB249192253-
CMYK0.020.2400.01
HSL296.07º93.85%87.25%-
HSV(B)296.07º24.11%99.22%-
XYZ75.6564.93101.47-
YUV216148.88151.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.88%
GREEN value IS 192 (75.39% from 255) = 27.67%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=35.88%
G=27.67%
B=36.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491922530.020.2400.01296.0793.8587.25
HexF9C0FD218011285e57
Octal37130037523001450136127
Binary11111001110000001111110110110000110010100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C0FD; }

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

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

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

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

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

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

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

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