#FBCFFB

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

Shades of Snuff #FBCFFB

Tints of Snuff #FBCFFB

Color information

#FBCFFB (or 0xFBCFFB) is unknown color: approx Snuff. HEX triplet: FB, CF and FB. RGB value is (251,207,251). Sum of RGB (Red+Green+Blue) = 251+207+251=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 207 (81.25% from 255 or 29.20% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBCFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFFB is #043004. Grayscale: #E1E1E1. Windows color (decimal): -274437 or 16502779. OLE color: 16502779.

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

Color convert

RGB251207251-
CMYK00.1800.02
HSL300º84.62%89.8%-
HSV(B)300º17.53%98.43%-
XYZ79.5172.1100.99-
YUV225.17142.58146.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 207 (81.25% from 255) = 29.20%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=35.40%
G=29.20%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120725100.1800.0230084.6289.8
HexFBCFFB0120212c555a
Octal37331737302202454125132
Binary11111011110011111111101101001001010010110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFFB; }

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

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

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

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

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

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

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

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