#FAC5B9

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

Shades of Your Pink #FAC5B9

Tints of Your Pink #FAC5B9

Color information

#FAC5B9 (or 0xFAC5B9) is unknown color: approx Your Pink. HEX triplet: FA, C5 and B9. RGB value is (250,197,185). Sum of RGB (Red+Green+Blue) = 250+197+185=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5B9 is #053A46. Grayscale: #D3D3D3. Windows color (decimal): -342599 or 12174842. OLE color: 12174842.

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

Color convert

RGB250197185-
CMYK00.210.260.02
HSL11.08º86.67%85.29%-
HSV(B)11.08º26%98.04%-
XYZ68.1563.7654.61-
YUV211.48113.06155.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 197 (77.34% from 255) = 31.17%
BLUE value IS 185 (72.66% from 255) = 29.27%
R=39.56%
G=31.17%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019718500.210.260.0211.0886.6785.29
HexFAC5B90151A2b5755
Octal37230527102532213127125
Binary1111101011000101101110010101011101010101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5B9; }

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

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

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

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

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

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

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

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