#FAC7BC

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

Shades of Your Pink #FAC7BC

Tints of Your Pink #FAC7BC

Color information

#FAC7BC (or 0xFAC7BC) is unknown color: approx Your Pink. HEX triplet: FA, C7 and BC. RGB value is (250,199,188). Sum of RGB (Red+Green+Blue) = 250+199+188=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7BC is #053843. Grayscale: #D5D5D5. Windows color (decimal): -342084 or 12371962. OLE color: 12371962.

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

Color convert

RGB250199188-
CMYK00.200.250.02
HSL10.65º86.11%85.88%-
HSV(B)10.65º24.8%98.04%-
XYZ68.9264.856.45-
YUV213113.9154.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 188 (73.83% from 255) = 29.51%
R=39.25%
G=31.24%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019918800.200.250.0210.6586.1185.88
HexFAC7BC014192b5656
Octal37230727402431213126126
Binary1111101011000111101111000101001100110101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7BC; }

 p { color: rgb(250,199,188); }

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

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

 a { background-color: rgb(250,199,188); }

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

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

 span { border-color: rgb(250,199,188); }

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