#FBD2FD

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

Shades of Snuff #FBD2FD

Tints of Snuff #FBD2FD

Color information

#FBD2FD (or 0xFBD2FD) is unknown color: approx Snuff. HEX triplet: FB, D2 and FD. RGB value is (251,210,253). Sum of RGB (Red+Green+Blue) = 251+210+253=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 210 (82.42% from 255 or 29.41% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBD2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2FD is #042D02. Grayscale: #E3E3E3. Windows color (decimal): -273667 or 16634619. OLE color: 16634619.

HSL color Cylindrical-coordinate representation of color #FBD2FD: hue angle of 297.21º degrees, saturation: 0.91, 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 #FBD2FD is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251210253-
CMYK0.010.1700.01
HSL297.21º91.49%90.78%-
HSV(B)297.21º17%99.22%-
XYZ80.5673.69102.91-
YUV227.16142.58145-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 210 (82.42% from 255) = 29.41%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=35.15%
G=29.41%
B=35.43%

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
Decimal2512102530.010.1700.01297.2191.4990.78
HexFBD2FD111011295b5b
Octal37332237512101451133133
Binary1111101111010010111111011100010110010100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2FD; }

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

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

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

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

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

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

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

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