#F9CBF9

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

Shades of Snuff #F9CBF9

Tints of Snuff #F9CBF9

Color information

#F9CBF9 (or 0xF9CBF9) is unknown color: approx Snuff. HEX triplet: F9, CB and F9. RGB value is (249,203,249). Sum of RGB (Red+Green+Blue) = 249+203+249=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 203 (79.69% from 255 or 28.96% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9CBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBF9 is #063406. Grayscale: #DDDDDD. Windows color (decimal): -406535 or 16370681. OLE color: 16370681.

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

Color convert

RGB249203249-
CMYK00.1800.02
HSL300º79.31%88.63%-
HSV(B)300º18.47%97.65%-
XYZ77.5269.6998.99-
YUV222143.24147.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.52%
GREEN value IS 203 (79.69% from 255) = 28.96%
BLUE value IS 249 (97.66% from 255) = 35.52%
R=35.52%
G=28.96%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920324900.1800.0230079.3188.63
HexF9CBF90120212c4f59
Octal37131337102202454117131
Binary11111001110010111111100101001001010010110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CBF9; }

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

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

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

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

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

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

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

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