#FACDF4

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

Shades of Snuff #FACDF4

Tints of Snuff #FACDF4

Color information

#FACDF4 (or 0xFACDF4) is unknown color: approx Snuff. HEX triplet: FA, CD and F4. RGB value is (250,205,244). Sum of RGB (Red+Green+Blue) = 250+205+244=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDF4 is #05320B. Grayscale: #DEDEDE. Windows color (decimal): -340492 or 16043514. OLE color: 16043514.

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

Color convert

RGB250205244-
CMYK00.180.020.02
HSL308º81.82%89.22%-
HSV(B)308º18%98.04%-
XYZ77.5870.5295.11-
YUV222.9139.91147.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 205 (80.47% from 255) = 29.33%
BLUE value IS 244 (95.70% from 255) = 34.91%
R=35.77%
G=29.33%
B=34.91%

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
Decimal25020524400.180.020.0230881.8289.22
HexFACDF4012221345259
Octal37231536402222464122131
Binary111110101100110111110100010010101010011010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDF4; }

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

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

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

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

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

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

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

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