#F9CCFC

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

Shades of Snuff #F9CCFC

Tints of Snuff #F9CCFC

Color information

#F9CCFC (or 0xF9CCFC) is unknown color: approx Snuff. HEX triplet: F9, CC and FC. RGB value is (249,204,252). Sum of RGB (Red+Green+Blue) = 249+204+252=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9CCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CCFC is #063303. Grayscale: #DEDEDE. Windows color (decimal): -406276 or 16567545. OLE color: 16567545.

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

Color convert

RGB249204252-
CMYK0.010.1900.01
HSL296.25º88.89%89.41%-
HSV(B)296.25º19.05%98.82%-
XYZ78.2370.35101.55-
YUV222.93144.41146.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.32%
GREEN value IS 204 (80.08% from 255) = 28.94%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=35.32%
G=28.94%
B=35.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492042520.010.1900.01296.2588.8989.41
HexF9CCFC113011285959
Octal37131437412301450131131
Binary1111100111001100111111001100110110010100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCFC; }

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

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

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

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

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

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

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

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