#FAD5F4

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

Shades of Snuff #FAD5F4

Tints of Snuff #FAD5F4

Color information

#FAD5F4 (or 0xFAD5F4) is unknown color: approx Snuff. HEX triplet: FA, D5 and F4. RGB value is (250,213,244). Sum of RGB (Red+Green+Blue) = 250+213+244=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 213 (83.59% from 255 or 30.13% from 707); Blue value is 244 (95.70% from 255 or 34.51% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD5F4 is #052A0B. Grayscale: #E3E3E3. Windows color (decimal): -338444 or 16045562. OLE color: 16045562.

HSL color Cylindrical-coordinate representation of color #FAD5F4: hue angle of 309.73º 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 #FAD5F4 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250213244-
CMYK00.150.020.02
HSL309.73º78.72%90.78%-
HSV(B)309.73º14.8%98.04%-
XYZ79.5574.4495.76-
YUV227.6137.26143.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 213 (83.59% from 255) = 30.13%
BLUE value IS 244 (95.70% from 255) = 34.51%
R=35.36%
G=30.13%
B=34.51%

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
Decimal25021324400.150.020.02309.7378.7290.78
HexFAD5F40F221364f5b
Octal37232536401722466117133
Binary11111010110101011111010001111101010011011010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5F4; }

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

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

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

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

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

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

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

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