#FAD3FB

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

Shades of Snuff #FAD3FB

Tints of Snuff #FAD3FB

Color information

#FAD3FB (or 0xFAD3FB) is unknown color: approx Snuff. HEX triplet: FA, D3 and FB. RGB value is (250,211,251). Sum of RGB (Red+Green+Blue) = 250+211+251=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 211 (82.81% from 255 or 29.63% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAD3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3FB is #052C04. Grayscale: #E3E3E3. Windows color (decimal): -338949 or 16503802. OLE color: 16503802.

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

Color convert

RGB250211251-
CMYK0.000.1600.02
HSL298.5º83.33%90.59%-
HSV(B)298.5º15.94%98.43%-
XYZ80.1373.88101.3-
YUV227.22141.42144.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 211 (82.81% from 255) = 29.63%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=35.11%
G=29.63%
B=35.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502112510.000.1600.02298.583.3390.59
HexFAD3FB0100212a535b
Octal37232337302002452123133
Binary11111010110100111111101101000001010010101010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3FB; }

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

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

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

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

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

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

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

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