#FAC2B5

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

Shades of Your Pink #FAC2B5

Tints of Your Pink #FAC2B5

Color information

#FAC2B5 (or 0xFAC2B5) is unknown color: approx Your Pink. HEX triplet: FA, C2 and B5. RGB value is (250,194,181). Sum of RGB (Red+Green+Blue) = 250+194+181=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2B5 is #053D4A. Grayscale: #D1D1D1. Windows color (decimal): -343371 or 11911930. OLE color: 11911930.

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

Color convert

RGB250194181-
CMYK00.220.280.02
HSL11.3º87.34%84.51%-
HSV(B)11.3º27.6%98.04%-
XYZ67.0662.2452.2-
YUV209.26112.05157.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 181 (71.09% from 255) = 28.96%
R=40%
G=31.04%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019418100.220.280.0211.387.3484.51
HexFAC2B50161C2b5755
Octal37230226502634213127125
Binary1111101011000010101101010101101110010101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2B5; }

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

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

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

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

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

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

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

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