#FAC9F0

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

Shades of Snuff #FAC9F0

Tints of Snuff #FAC9F0

Color information

#FAC9F0 (or 0xFAC9F0) is unknown color: approx Snuff. HEX triplet: FA, C9 and F0. RGB value is (250,201,240). Sum of RGB (Red+Green+Blue) = 250+201+240=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 201 (78.91% from 255 or 29.09% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9F0 is #05360F. Grayscale: #DBDBDB. Windows color (decimal): -341520 or 15780346. OLE color: 15780346.

HSL color Cylindrical-coordinate representation of color #FAC9F0: hue angle of 312.24º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9F0 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250201240-
CMYK00.200.040.02
HSL312.24º83.05%88.43%-
HSV(B)312.24º19.6%98.04%-
XYZ76.0468.3991.63-
YUV220.1139.23149.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 201 (78.91% from 255) = 29.09%
BLUE value IS 240 (94.14% from 255) = 34.73%
R=36.18%
G=29.09%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020124000.200.040.02312.2483.0588.43
HexFAC9F0014421385358
Octal37231136002442470123130
Binary1111101011001001111100000101001001010011100010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9F0; }

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

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

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

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

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

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

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

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