#FACDF0

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

Shades of Snuff #FACDF0

Tints of Snuff #FACDF0

Color information

#FACDF0 (or 0xFACDF0) is unknown color: approx Snuff. HEX triplet: FA, CD and F0. RGB value is (250,205,240). Sum of RGB (Red+Green+Blue) = 250+205+240=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDF0 is #05320F. Grayscale: #DEDEDE. Windows color (decimal): -340496 or 15781370. OLE color: 15781370.

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

Color convert

RGB250205240-
CMYK00.180.040.02
HSL313.33º81.82%89.22%-
HSV(B)313.33º18%98.04%-
XYZ76.9870.2891.95-
YUV222.44137.91147.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 205 (80.47% from 255) = 29.50%
BLUE value IS 240 (94.14% from 255) = 34.53%
R=35.97%
G=29.50%
B=34.53%

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
Decimal25020524000.180.040.02313.3381.8289.22
HexFACDF0012421395259
Octal37231536002242471122131
Binary1111101011001101111100000100101001010011100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDF0; }

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

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

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

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

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

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

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

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