#FAC2F2

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

Shades of Snuff #FAC2F2

Tints of Snuff #FAC2F2

Color information

#FAC2F2 (or 0xFAC2F2) is unknown color: approx Snuff. HEX triplet: FA, C2 and F2. RGB value is (250,194,242). Sum of RGB (Red+Green+Blue) = 250+194+242=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 194 (76.17% from 255 or 28.28% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2F2 is #053D0D. Grayscale: #D8D8D8. Windows color (decimal): -343310 or 15909626. OLE color: 15909626.

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

Color convert

RGB250194242-
CMYK00.220.030.02
HSL308.57º84.85%87.06%-
HSV(B)308.57º22.4%98.04%-
XYZ74.7465.3292.67-
YUV216.22142.55152.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 194 (76.17% from 255) = 28.28%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=36.44%
G=28.28%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019424200.220.030.02308.5784.8587.06
HexFAC2F2016321355557
Octal37230236202632465125127
Binary111110101100001011110010010110111010011010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2F2; }

 p { color: rgb(250,194,242); }

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

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

 a { background-color: rgb(250,194,242); }

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

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

 span { border-color: rgb(250,194,242); }

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