#FAD2F2

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

Shades of Snuff #FAD2F2

Tints of Snuff #FAD2F2

Color information

#FAD2F2 (or 0xFAD2F2) is unknown color: approx Snuff. HEX triplet: FA, D2 and F2. RGB value is (250,210,242). Sum of RGB (Red+Green+Blue) = 250+210+242=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 210 (82.42% from 255 or 29.91% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2F2 is #052D0D. Grayscale: #E1E1E1. Windows color (decimal): -339214 or 15913722. OLE color: 15913722.

HSL color Cylindrical-coordinate representation of color #FAD2F2: hue angle of 312º degrees, saturation: 0.8, 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 #FAD2F2 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250210242-
CMYK00.160.030.02
HSL312º80%90.2%-
HSV(B)312º16%98.04%-
XYZ78.572.8393.92-
YUV225.61137.25145.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 210 (82.42% from 255) = 29.91%
BLUE value IS 242 (94.92% from 255) = 34.47%
R=35.61%
G=29.91%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021024200.160.030.023128090.2
HexFAD2F201032138505a
Octal37232236202032470120132
Binary111110101101001011110010010000111010011100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2F2; }

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

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

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

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

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

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

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

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