#FAC5F3

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

Shades of Snuff #FAC5F3

Tints of Snuff #FAC5F3

Color information

#FAC5F3 (or 0xFAC5F3) is unknown color: approx Snuff. HEX triplet: FA, C5 and F3. RGB value is (250,197,243). Sum of RGB (Red+Green+Blue) = 250+197+243=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 197 (77.34% from 255 or 28.55% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5F3 is #053A0C. Grayscale: #D9D9D9. Windows color (decimal): -342541 or 15975930. OLE color: 15975930.

HSL color Cylindrical-coordinate representation of color #FAC5F3: hue angle of 307.92º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5F3 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250197243-
CMYK00.210.030.02
HSL307.92º84.13%87.65%-
HSV(B)307.92º21.2%98.04%-
XYZ75.5766.7393.69-
YUV218.09142.06150.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 197 (77.34% from 255) = 28.55%
BLUE value IS 243 (95.31% from 255) = 35.22%
R=36.23%
G=28.55%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019724300.210.030.02307.9284.1387.65
HexFAC5F3015321345458
Octal37230536302532464124130
Binary111110101100010111110011010101111010011010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5F3; }

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

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

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

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

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

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

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

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