#FAD2FB

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

Shades of Snuff #FAD2FB

Tints of Snuff #FAD2FB

Color information

#FAD2FB (or 0xFAD2FB) is unknown color: approx Snuff. HEX triplet: FA, D2 and FB. RGB value is (250,210,251). Sum of RGB (Red+Green+Blue) = 250+210+251=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 210 (82.42% from 255 or 29.54% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAD2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2FB is #052D04. Grayscale: #E2E2E2. Windows color (decimal): -339205 or 16503546. OLE color: 16503546.

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

Color convert

RGB250210251-
CMYK0.000.1600.02
HSL298.54º83.67%90.39%-
HSV(B)298.54º16.33%98.43%-
XYZ79.8873.38101.22-
YUV226.63141.75144.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 210 (82.42% from 255) = 29.54%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=35.16%
G=29.54%
B=35.30%

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
Decimal2502102510.000.1600.02298.5483.6790.39
HexFAD2FB0100212b545a
Octal37232237302002453124132
Binary11111010110100101111101101000001010010101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2FB; }

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

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

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

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

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

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

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

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