#FADDF4

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

Shades of Snuff #FADDF4

Tints of Snuff #FADDF4

Color information

#FADDF4 (or 0xFADDF4) is unknown color: approx Snuff. HEX triplet: FA, DD and F4. RGB value is (250,221,244). Sum of RGB (Red+Green+Blue) = 250+221+244=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF4 is #05220B. Grayscale: #E8E8E8. Windows color (decimal): -336396 or 16047610. OLE color: 16047610.

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

Color convert

RGB250221244-
CMYK00.120.020.02
HSL312.41º74.36%92.35%-
HSV(B)312.41º11.6%98.04%-
XYZ81.6178.5796.45-
YUV232.29134.61140.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 221 (86.72% from 255) = 30.91%
BLUE value IS 244 (95.70% from 255) = 34.13%
R=34.97%
G=30.91%
B=34.13%

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
Decimal25022124400.120.020.02312.4174.3692.35
HexFADDF40C221384a5c
Octal37233536401422470112134
Binary11111010110111011111010001100101010011100010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDF4; }

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

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

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

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

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

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

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

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