#FACDF5

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

Shades of Snuff #FACDF5

Tints of Snuff #FACDF5

Color information

#FACDF5 (or 0xFACDF5) is unknown color: approx Snuff. HEX triplet: FA, CD and F5. RGB value is (250,205,245). Sum of RGB (Red+Green+Blue) = 250+205+245=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDF5 is #05320A. Grayscale: #DEDEDE. Windows color (decimal): -340491 or 16109050. OLE color: 16109050.

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

Color convert

RGB250205245-
CMYK00.180.020.02
HSL306.67º81.82%89.22%-
HSV(B)306.67º18%98.04%-
XYZ77.7470.5895.91-
YUV223.02140.41147.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 205 (80.47% from 255) = 29.29%
BLUE value IS 245 (96.09% from 255) = 35%
R=35.71%
G=29.29%
B=35%

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
Decimal25020524500.180.020.02306.6781.8289.22
HexFACDF5012221335259
Octal37231536502222463122131
Binary111110101100110111110101010010101010011001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDF5; }

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

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

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

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

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

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

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

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