#FBD1FD

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

Shades of Snuff #FBD1FD

Tints of Snuff #FBD1FD

Color information

#FBD1FD (or 0xFBD1FD) is unknown color: approx Snuff. HEX triplet: FB, D1 and FD. RGB value is (251,209,253). Sum of RGB (Red+Green+Blue) = 251+209+253=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 209 (82.03% from 255 or 29.31% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBD1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1FD is #042E02. Grayscale: #E2E2E2. Windows color (decimal): -273923 or 16634363. OLE color: 16634363.

HSL color Cylindrical-coordinate representation of color #FBD1FD: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD1FD is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251209253-
CMYK0.010.1700.01
HSL297.27º91.67%90.59%-
HSV(B)297.27º17.39%99.22%-
XYZ80.3173.2102.82-
YUV226.57142.91145.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 209 (82.03% from 255) = 29.31%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=35.20%
G=29.31%
B=35.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512092530.010.1700.01297.2791.6790.59
HexFBD1FD111011295c5b
Octal37332137512101451134133
Binary1111101111010001111111011100010110010100110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1FD; }

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

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

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

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

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

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

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

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