#FAC3B7

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

Shades of Your Pink #FAC3B7

Tints of Your Pink #FAC3B7

Color information

#FAC3B7 (or 0xFAC3B7) is unknown color: approx Your Pink. HEX triplet: FA, C3 and B7. RGB value is (250,195,183). Sum of RGB (Red+Green+Blue) = 250+195+183=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 183 (71.88% from 255 or 29.14% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3B7 is #053C48. Grayscale: #D2D2D2. Windows color (decimal): -343113 or 12043258. OLE color: 12043258.

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

Color convert

RGB250195183-
CMYK00.220.270.02
HSL10.75º87.01%84.9%-
HSV(B)10.75º26.8%98.04%-
XYZ67.4962.7753.36-
YUV210.08112.72156.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 195 (76.56% from 255) = 31.05%
BLUE value IS 183 (71.88% from 255) = 29.14%
R=39.81%
G=31.05%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019518300.220.270.0210.7587.0184.9
HexFAC3B70161B2b5755
Octal37230326702633213127125
Binary1111101011000011101101110101101101110101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3B7; }

 p { color: rgb(250,195,183); }

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

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

 a { background-color: rgb(250,195,183); }

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

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

 span { border-color: rgb(250,195,183); }

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