#FACDF3

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

Shades of Snuff #FACDF3

Tints of Snuff #FACDF3

Color information

#FACDF3 (or 0xFACDF3) is unknown color: approx Snuff. HEX triplet: FA, CD and F3. RGB value is (250,205,243). Sum of RGB (Red+Green+Blue) = 250+205+243=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDF3 is #05320C. Grayscale: #DEDEDE. Windows color (decimal): -340493 or 15977978. OLE color: 15977978.

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

Color convert

RGB250205243-
CMYK00.180.030.02
HSL309.33º81.82%89.22%-
HSV(B)309.33º18%98.04%-
XYZ77.4370.4694.31-
YUV222.79139.41147.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 205 (80.47% from 255) = 29.37%
BLUE value IS 243 (95.31% from 255) = 34.81%
R=35.82%
G=29.37%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020524300.180.030.02309.3381.8289.22
HexFACDF3012321355259
Octal37231536302232465122131
Binary111110101100110111110011010010111010011010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDF3; }

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

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

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

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

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

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

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

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