#FBCFF9

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

Shades of Snuff #FBCFF9

Tints of Snuff #FBCFF9

Color information

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

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

Color convert

RGB251207249-
CMYK00.180.010.02
HSL302.73º84.62%89.8%-
HSV(B)302.73º17.53%98.43%-
XYZ79.271.9799.34-
YUV224.94141.58146.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120724900.180.010.02302.7384.6289.8
HexFBCFF90121212f555a
Octal37331737102212457125132
Binary11111011110011111111100101001011010010111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFF9; }

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

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

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

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

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

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

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

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