#FBD2FC

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

Shades of Snuff #FBD2FC

Tints of Snuff #FBD2FC

Color information

#FBD2FC (or 0xFBD2FC) is unknown color: approx Snuff. HEX triplet: FB, D2 and FC. RGB value is (251,210,252). Sum of RGB (Red+Green+Blue) = 251+210+252=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 210 (82.42% from 255 or 29.45% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBD2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2FC is #042D03. Grayscale: #E2E2E2. Windows color (decimal): -273668 or 16569083. OLE color: 16569083.

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

Color convert

RGB251210252-
CMYK0.000.1700.01
HSL298.57º87.5%90.59%-
HSV(B)298.57º16.67%98.82%-
XYZ80.473.63102.07-
YUV227.05142.08145.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 210 (82.42% from 255) = 29.45%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=35.20%
G=29.45%
B=35.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512102520.000.1700.01298.5787.590.59
HexFBD2FC0110112b585b
Octal37332237402101453130133
Binary1111101111010010111111000100010110010101110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2FC; }

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

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

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

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

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

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

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

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