#F9C7FD

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

Shades of Snuff #F9C7FD

Tints of Snuff #F9C7FD

Color information

#F9C7FD (or 0xF9C7FD) is unknown color: approx Snuff. HEX triplet: F9, C7 and FD. RGB value is (249,199,253). Sum of RGB (Red+Green+Blue) = 249+199+253=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 199 (78.12% from 255 or 28.39% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9C7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C7FD is #063802. Grayscale: #DBDBDB. Windows color (decimal): -407555 or 16631801. OLE color: 16631801.

HSL color Cylindrical-coordinate representation of color #F9C7FD: hue angle of 295.56º 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 #F9C7FD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249199253-
CMYK0.020.2100.01
HSL295.56º93.1%88.63%-
HSV(B)295.56º21.34%99.22%-
XYZ77.2268.08102-
YUV220.11146.56148.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.52%
GREEN value IS 199 (78.12% from 255) = 28.39%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=35.52%
G=28.39%
B=36.09%

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
Decimal2491992530.020.2100.01295.5693.188.63
HexF9C7FD215011285d59
Octal37130737522501450135131
Binary11111001110001111111110110101010110010100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C7FD; }

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

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

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

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

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

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

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

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