#FBD3FC

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

Shades of Snuff #FBD3FC

Tints of Snuff #FBD3FC

Color information

#FBD3FC (or 0xFBD3FC) is unknown color: approx Snuff. HEX triplet: FB, D3 and FC. RGB value is (251,211,252). Sum of RGB (Red+Green+Blue) = 251+211+252=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 211 (82.81% from 255 or 29.55% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBD3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD3FC is #042C03. Grayscale: #E3E3E3. Windows color (decimal): -273412 or 16569339. OLE color: 16569339.

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

Color convert

RGB251211252-
CMYK0.000.1600.01
HSL298.54º87.23%90.78%-
HSV(B)298.54º16.27%98.82%-
XYZ80.6574.13102.15-
YUV227.63141.75144.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 211 (82.81% from 255) = 29.55%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=35.15%
G=29.55%
B=35.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512112520.000.1600.01298.5487.2390.78
HexFBD3FC0100112b575b
Octal37332337402001453127133
Binary1111101111010011111111000100000110010101110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3FC; }

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

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

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

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

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

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

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

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