#FADDF6

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

Shades of Snuff #FADDF6

Tints of Snuff #FADDF6

Color information

#FADDF6 (or 0xFADDF6) is unknown color: approx Snuff. HEX triplet: FA, DD and F6. RGB value is (250,221,246). Sum of RGB (Red+Green+Blue) = 250+221+246=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 221 (86.72% from 255 or 30.82% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF6 is #052209. Grayscale: #E8E8E8. Windows color (decimal): -336394 or 16178682. OLE color: 16178682.

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

Color convert

RGB250221246-
CMYK00.120.020.02
HSL308.28º74.36%92.35%-
HSV(B)308.28º11.6%98.04%-
XYZ81.9278.6998.06-
YUV232.52135.61140.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 221 (86.72% from 255) = 30.82%
BLUE value IS 246 (96.48% from 255) = 34.31%
R=34.87%
G=30.82%
B=34.31%

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
Decimal25022124600.120.020.02308.2874.3692.35
HexFADDF60C221344a5c
Octal37233536601422464112134
Binary11111010110111011111011001100101010011010010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDF6; }

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

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

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

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

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

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

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

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