#FAC3B4

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

Shades of Your Pink #FAC3B4

Tints of Your Pink #FAC3B4

Color information

#FAC3B4 (or 0xFAC3B4) is unknown color: approx Your Pink. HEX triplet: FA, C3 and B4. RGB value is (250,195,180). Sum of RGB (Red+Green+Blue) = 250+195+180=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3B4 is #053C4B. Grayscale: #D1D1D1. Windows color (decimal): -343116 or 11846650. OLE color: 11846650.

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

Color convert

RGB250195180-
CMYK00.220.280.02
HSL12.86º87.5%84.31%-
HSV(B)12.86º28%98.04%-
XYZ67.1862.6551.73-
YUV209.74111.22156.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 195 (76.56% from 255) = 31.2%
BLUE value IS 180 (70.70% from 255) = 28.8%
R=40%
G=31.2%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019518000.220.280.0212.8687.584.31
HexFAC3B40161C2d5854
Octal37230326402634215130124
Binary1111101011000011101101000101101110010110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3B4; }

 p { color: rgb(250,195,180); }

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

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

 a { background-color: rgb(250,195,180); }

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

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

 span { border-color: rgb(250,195,180); }

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