#FACDF1

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

Shades of Snuff #FACDF1

Tints of Snuff #FACDF1

Color information

#FACDF1 (or 0xFACDF1) is unknown color: approx Snuff. HEX triplet: FA, CD and F1. RGB value is (250,205,241). Sum of RGB (Red+Green+Blue) = 250+205+241=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDF1 is #05320E. Grayscale: #DEDEDE. Windows color (decimal): -340495 or 15846906. OLE color: 15846906.

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

Color convert

RGB250205241-
CMYK00.180.040.02
HSL312º81.82%89.22%-
HSV(B)312º18%98.04%-
XYZ77.1370.3492.73-
YUV222.56138.41147.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 205 (80.47% from 255) = 29.45%
BLUE value IS 241 (94.53% from 255) = 34.63%
R=35.92%
G=29.45%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020524100.180.040.0231281.8289.22
HexFACDF1012421385259
Octal37231536102242470122131
Binary1111101011001101111100010100101001010011100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDF1; }

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

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

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

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

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

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

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

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