#FAD1FB

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

Shades of Snuff #FAD1FB

Tints of Snuff #FAD1FB

Color information

#FAD1FB (or 0xFAD1FB) is unknown color: approx Snuff. HEX triplet: FA, D1 and FB. RGB value is (250,209,251). Sum of RGB (Red+Green+Blue) = 250+209+251=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 209 (82.03% from 255 or 29.44% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAD1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD1FB is #052E04. Grayscale: #E1E1E1. Windows color (decimal): -339461 or 16503290. OLE color: 16503290.

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

Color convert

RGB250209251-
CMYK0.000.1700.02
HSL298.57º84%90.2%-
HSV(B)298.57º16.73%98.43%-
XYZ79.6472.89101.14-
YUV226.05142.08145.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 209 (82.03% from 255) = 29.44%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=35.21%
G=29.44%
B=35.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502092510.000.1700.02298.578490.2
HexFAD1FB0110212b545a
Octal37232137302102453124132
Binary11111010110100011111101101000101010010101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1FB; }

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

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

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

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

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

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

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

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