#FAC7BD

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

Shades of Your Pink #FAC7BD

Tints of Your Pink #FAC7BD

Color information

#FAC7BD (or 0xFAC7BD) is unknown color: approx Your Pink. HEX triplet: FA, C7 and BD. RGB value is (250,199,189). Sum of RGB (Red+Green+Blue) = 250+199+189=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7BD is #053842. Grayscale: #D5D5D5. Windows color (decimal): -342083 or 12437498. OLE color: 12437498.

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

Color convert

RGB250199189-
CMYK00.200.240.02
HSL9.84º85.92%86.08%-
HSV(B)9.84º24.4%98.04%-
XYZ69.0364.8457.02-
YUV213.11114.4154.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=39.18%
G=31.19%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019918900.200.240.029.8485.9286.08
HexFAC7BD014182a5656
Octal37230727502430212126126
Binary1111101011000111101111010101001100010101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7BD; }

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

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

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

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

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

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

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

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