#FAC8BB

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

Shades of Your Pink #FAC8BB

Tints of Your Pink #FAC8BB

Color information

#FAC8BB (or 0xFAC8BB) is unknown color: approx Your Pink. HEX triplet: FA, C8 and BB. RGB value is (250,200,187). Sum of RGB (Red+Green+Blue) = 250+200+187=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8BB is #053744. Grayscale: #D5D5D5. Windows color (decimal): -341829 or 12306682. OLE color: 12306682.

HSL color Cylindrical-coordinate representation of color #FAC8BB: hue angle of 12.38º 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 #FAC8BB is Cyan = 0, Magento = 0.2, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250200187-
CMYK00.20.250.02
HSL12.38º86.3%85.69%-
HSV(B)12.38º25.2%98.04%-
XYZ69.0565.2255.96-
YUV213.47113.07154.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=39.25%
G=31.40%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020018700.20.250.0212.3886.385.69
HexFAC8BB014192c5656
Octal37231027302431214126126
Binary1111101011001000101110110101001100110110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8BB; }

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

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

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

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

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

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

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

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