#FADCF5

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

Shades of Snuff #FADCF5

Tints of Snuff #FADCF5

Color information

#FADCF5 (or 0xFADCF5) is unknown color: approx Snuff. HEX triplet: FA, DC and F5. RGB value is (250,220,245). Sum of RGB (Red+Green+Blue) = 250+220+245=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF5 is #05230A. Grayscale: #E7E7E7. Windows color (decimal): -336651 or 16112890. OLE color: 16112890.

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

Color convert

RGB250220245-
CMYK00.120.020.02
HSL310º75%92.16%-
HSV(B)310º12%98.04%-
XYZ81.578.197.17-
YUV231.82135.44140.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 220 (86.33% from 255) = 30.77%
BLUE value IS 245 (96.09% from 255) = 34.27%
R=34.97%
G=30.77%
B=34.27%

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
Decimal25022024500.120.020.023107592.16
HexFADCF50C221364b5c
Octal37233436501422466113134
Binary11111010110111001111010101100101010011011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCF5; }

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

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

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

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

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

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

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

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