#FADDF5

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

Shades of Snuff #FADDF5

Tints of Snuff #FADDF5

Color information

#FADDF5 (or 0xFADDF5) is unknown color: approx Snuff. HEX triplet: FA, DD and F5. RGB value is (250,221,245). Sum of RGB (Red+Green+Blue) = 250+221+245=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF5 is #05220A. Grayscale: #E8E8E8. Windows color (decimal): -336395 or 16113146. OLE color: 16113146.

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

Color convert

RGB250221245-
CMYK00.120.020.02
HSL310.34º74.36%92.35%-
HSV(B)310.34º11.6%98.04%-
XYZ81.7678.6397.25-
YUV232.41135.11140.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 221 (86.72% from 255) = 30.87%
BLUE value IS 245 (96.09% from 255) = 34.22%
R=34.92%
G=30.87%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022124500.120.020.02310.3474.3692.35
HexFADDF50C221364a5c
Octal37233536501422466112134
Binary11111010110111011111010101100101010011011010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDF5; }

 p { color: rgb(250,221,245); }

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

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

 a { background-color: rgb(250,221,245); }

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

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

 span { border-color: rgb(250,221,245); }

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