#FAC4BA

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

Shades of Your Pink #FAC4BA

Tints of Your Pink #FAC4BA

Color information

#FAC4BA (or 0xFAC4BA) is unknown color: approx Your Pink. HEX triplet: FA, C4 and BA. RGB value is (250,196,186). Sum of RGB (Red+Green+Blue) = 250+196+186=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4BA is #053B45. Grayscale: #D3D3D3. Windows color (decimal): -342854 or 12240122. OLE color: 12240122.

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

Color convert

RGB250196186-
CMYK00.220.260.02
HSL9.38º86.49%85.49%-
HSV(B)9.38º25.6%98.04%-
XYZ68.0363.3555.1-
YUV211.01113.89155.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=39.56%
G=31.01%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019618600.220.260.029.3886.4985.49
HexFAC4BA0161A295655
Octal37230427202632211126125
Binary1111101011000100101110100101101101010100110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4BA; }

 p { color: rgb(250,196,186); }

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

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

 a { background-color: rgb(250,196,186); }

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

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

 span { border-color: rgb(250,196,186); }

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