#FACDF6

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

Shades of Snuff #FACDF6

Tints of Snuff #FACDF6

Color information

#FACDF6 (or 0xFACDF6) is unknown color: approx Snuff. HEX triplet: FA, CD and F6. RGB value is (250,205,246). Sum of RGB (Red+Green+Blue) = 250+205+246=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 205 (80.47% from 255 or 29.24% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDF6 is #053209. Grayscale: #DFDFDF. Windows color (decimal): -340490 or 16174586. OLE color: 16174586.

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

Color convert

RGB250205246-
CMYK00.180.020.02
HSL305.33º81.82%89.22%-
HSV(B)305.33º18%98.04%-
XYZ77.8970.6496.72-
YUV223.13140.91147.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 205 (80.47% from 255) = 29.24%
BLUE value IS 246 (96.48% from 255) = 35.09%
R=35.66%
G=29.24%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020524600.180.020.02305.3381.8289.22
HexFACDF6012221315259
Octal37231536602222461122131
Binary111110101100110111110110010010101010011000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDF6; }

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

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

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

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

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

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

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

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