#F9CFFB

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

Shades of Snuff #F9CFFB

Tints of Snuff #F9CFFB

Color information

#F9CFFB (or 0xF9CFFB) is unknown color: approx Snuff. HEX triplet: F9, CF and FB. RGB value is (249,207,251). Sum of RGB (Red+Green+Blue) = 249+207+251=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9CFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFFB is #063004. Grayscale: #E0E0E0. Windows color (decimal): -405509 or 16502777. OLE color: 16502777.

HSL color Cylindrical-coordinate representation of color #F9CFFB: hue angle of 297.27º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CFFB is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249207251-
CMYK0.010.1800.02
HSL297.27º84.62%89.8%-
HSV(B)297.27º17.53%98.43%-
XYZ78.7971.73100.96-
YUV224.57142.91145.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.22%
GREEN value IS 207 (81.25% from 255) = 29.28%
BLUE value IS 251 (98.44% from 255) = 35.50%
R=35.22%
G=29.28%
B=35.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492072510.010.1800.02297.2784.6289.8
HexF9CFFB11202129555a
Octal37131737312202451125132
Binary11111001110011111111101111001001010010100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CFFB; }

 p { color: rgb(249,207,251); }

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

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

 a { background-color: rgb(249,207,251); }

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

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

 span { border-color: rgb(249,207,251); }

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