#F9CBFC

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

Shades of Snuff #F9CBFC

Tints of Snuff #F9CBFC

Color information

#F9CBFC (or 0xF9CBFC) is unknown color: approx Snuff. HEX triplet: F9, CB and FC. RGB value is (249,203,252). Sum of RGB (Red+Green+Blue) = 249+203+252=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 203 (79.69% from 255 or 28.84% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBFC is #063403. Grayscale: #DEDEDE. Windows color (decimal): -406532 or 16567289. OLE color: 16567289.

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

Color convert

RGB249203252-
CMYK0.010.1900.01
HSL296.33º89.09%89.22%-
HSV(B)296.33º19.44%98.82%-
XYZ77.9969.88101.47-
YUV222.34144.74147.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.37%
GREEN value IS 203 (79.69% from 255) = 28.84%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=35.37%
G=28.84%
B=35.80%

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
Decimal2492032520.010.1900.01296.3389.0989.22
HexF9CBFC113011285959
Octal37131337412301450131131
Binary1111100111001011111111001100110110010100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CBFC; }

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

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

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

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

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

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

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

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