#FBD1FA

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

Shades of Snuff #FBD1FA

Tints of Snuff #FBD1FA

Color information

#FBD1FA (or 0xFBD1FA) is unknown color: approx Snuff. HEX triplet: FB, D1 and FA. RGB value is (251,209,250). Sum of RGB (Red+Green+Blue) = 251+209+250=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 209 (82.03% from 255 or 29.44% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1FA is #042E05. Grayscale: #E2E2E2. Windows color (decimal): -273926 or 16437755. OLE color: 16437755.

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

Color convert

RGB251209250-
CMYK00.170.000.02
HSL301.43º84%90.2%-
HSV(B)301.43º16.73%98.43%-
XYZ79.8473.01100.33-
YUV226.23141.41145.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 209 (82.03% from 255) = 29.44%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=35.35%
G=29.44%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120925000.170.000.02301.438490.2
HexFBD1FA0110212d545a
Octal37332137202102455124132
Binary11111011110100011111101001000101010010110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1FA; }

 p { color: rgb(251,209,250); }

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

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

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

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

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

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

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