#FAC0BD

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

Shades of Your Pink #FAC0BD

Tints of Your Pink #FAC0BD

Color information

#FAC0BD (or 0xFAC0BD) is unknown color: approx Your Pink. HEX triplet: FA, C0 and BD. RGB value is (250,192,189). Sum of RGB (Red+Green+Blue) = 250+192+189=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0BD is #053F42. Grayscale: #D1D1D1. Windows color (decimal): -343875 or 12435706. OLE color: 12435706.

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

Color convert

RGB250192189-
CMYK00.230.240.02
HSL2.95º85.92%86.08%-
HSV(B)2.95º24.4%98.04%-
XYZ67.4661.756.5-
YUV209116.72157.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 192 (75.39% from 255) = 30.43%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=39.62%
G=30.43%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019218900.230.240.022.9585.9286.08
HexFAC0BD01718235656
Octal3723002750273023126126
Binary11111010110000001011110101011111000101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0BD; }

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

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

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

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

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

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

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

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