#FADDF3

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

Shades of Snuff #FADDF3

Tints of Snuff #FADDF3

Color information

#FADDF3 (or 0xFADDF3) is unknown color: approx Snuff. HEX triplet: FA, DD and F3. RGB value is (250,221,243). Sum of RGB (Red+Green+Blue) = 250+221+243=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 243 (95.31% from 255 or 34.03% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF3 is #05220C. Grayscale: #E8E8E8. Windows color (decimal): -336397 or 15982074. OLE color: 15982074.

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

Color convert

RGB250221243-
CMYK00.120.030.02
HSL314.48º74.36%92.35%-
HSV(B)314.48º11.6%98.04%-
XYZ81.4678.5195.65-
YUV232.18134.11140.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 221 (86.72% from 255) = 30.95%
BLUE value IS 243 (95.31% from 255) = 34.03%
R=35.01%
G=30.95%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022124300.120.030.02314.4874.3692.35
HexFADDF30C3213a4a5c
Octal37233536301432472112134
Binary11111010110111011111001101100111010011101010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDF3; }

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

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

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

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

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

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

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

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