#FAD4F4

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

Shades of Snuff #FAD4F4

Tints of Snuff #FAD4F4

Color information

#FAD4F4 (or 0xFAD4F4) is unknown color: approx Snuff. HEX triplet: FA, D4 and F4. RGB value is (250,212,244). Sum of RGB (Red+Green+Blue) = 250+212+244=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 212 (83.20% from 255 or 30.03% from 706); Blue value is 244 (95.70% from 255 or 34.56% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4F4 is #052B0B. Grayscale: #E2E2E2. Windows color (decimal): -338700 or 16045306. OLE color: 16045306.

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

Color convert

RGB250212244-
CMYK00.150.020.02
HSL309.47º79.17%90.59%-
HSV(B)309.47º15.2%98.04%-
XYZ79.373.9495.68-
YUV227.01137.59144.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 212 (83.20% from 255) = 30.03%
BLUE value IS 244 (95.70% from 255) = 34.56%
R=35.41%
G=30.03%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021224400.150.020.02309.4779.1790.59
HexFAD4F40F221354f5b
Octal37232436401722465117133
Binary11111010110101001111010001111101010011010110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4F4; }

 p { color: rgb(250,212,244); }

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

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

 a { background-color: rgb(250,212,244); }

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

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

 span { border-color: rgb(250,212,244); }

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