#FAC8BD

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

Shades of Your Pink #FAC8BD

Tints of Your Pink #FAC8BD

Color information

#FAC8BD (or 0xFAC8BD) is unknown color: approx Your Pink. HEX triplet: FA, C8 and BD. RGB value is (250,200,189). Sum of RGB (Red+Green+Blue) = 250+200+189=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8BD is #053742. Grayscale: #D5D5D5. Windows color (decimal): -341827 or 12437754. OLE color: 12437754.

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

Color convert

RGB250200189-
CMYK00.20.240.02
HSL10.82º85.92%86.08%-
HSV(B)10.82º24.4%98.04%-
XYZ69.2665.3157.1-
YUV213.7114.07153.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=39.12%
G=31.30%
B=29.58%

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
Decimal25020018900.20.240.0210.8285.9286.08
HexFAC8BD014182b5656
Octal37231027502430213126126
Binary1111101011001000101111010101001100010101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8BD; }

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

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

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

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

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

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

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

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