#FACCF7

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

Shades of Snuff #FACCF7

Tints of Snuff #FACCF7

Color information

#FACCF7 (or 0xFACCF7) is unknown color: approx Snuff. HEX triplet: FA, CC and F7. RGB value is (250,204,247). Sum of RGB (Red+Green+Blue) = 250+204+247=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 204 (80.08% from 255 or 29.10% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCF7 is #053308. Grayscale: #DEDEDE. Windows color (decimal): -340745 or 16239866. OLE color: 16239866.

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

Color convert

RGB250204247-
CMYK00.180.010.02
HSL303.91º82.14%89.02%-
HSV(B)303.91º18.4%98.04%-
XYZ77.8170.2397.45-
YUV222.66141.74147.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 204 (80.08% from 255) = 29.10%
BLUE value IS 247 (96.88% from 255) = 35.24%
R=35.66%
G=29.10%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020424700.180.010.02303.9182.1489.02
HexFACCF7012121305259
Octal37231436702212460122131
Binary11111010110011001111011101001011010011000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCF7; }

 p { color: rgb(250,204,247); }

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

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

 a { background-color: rgb(250,204,247); }

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

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

 span { border-color: rgb(250,204,247); }

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