#FAC8BF

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

Shades of Your Pink #FAC8BF

Tints of Your Pink #FAC8BF

Color information

#FAC8BF (or 0xFAC8BF) is unknown color: approx Your Pink. HEX triplet: FA, C8 and BF. RGB value is (250,200,191). Sum of RGB (Red+Green+Blue) = 250+200+191=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8BF is #053740. Grayscale: #D6D6D6. Windows color (decimal): -341825 or 12568826. OLE color: 12568826.

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

Color convert

RGB250200191-
CMYK00.20.240.02
HSL9.15º85.51%86.47%-
HSV(B)9.15º23.6%98.04%-
XYZ69.4865.3958.25-
YUV213.92115.07153.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 191 (75% from 255) = 29.80%
R=39.00%
G=31.20%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020019100.20.240.029.1585.5186.47
HexFAC8BF01418295656
Octal37231027702430211126126
Binary1111101011001000101111110101001100010100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8BF; }

 p { color: rgb(250,200,191); }

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

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

 a { background-color: rgb(250,200,191); }

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

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

 span { border-color: rgb(250,200,191); }

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