#FAC3BB

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

Shades of Your Pink #FAC3BB

Tints of Your Pink #FAC3BB

Color information

#FAC3BB (or 0xFAC3BB) is unknown color: approx Your Pink. HEX triplet: FA, C3 and BB. RGB value is (250,195,187). Sum of RGB (Red+Green+Blue) = 250+195+187=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3BB is #053C44. Grayscale: #D2D2D2. Windows color (decimal): -343109 or 12305402. OLE color: 12305402.

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

Color convert

RGB250195187-
CMYK00.220.250.02
HSL7.62º86.3%85.69%-
HSV(B)7.62º25.2%98.04%-
XYZ67.9162.9455.58-
YUV210.53114.72156.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 195 (76.56% from 255) = 30.85%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=39.56%
G=30.85%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019518700.220.250.027.6286.385.69
HexFAC3BB01619285656
Octal37230327302631210126126
Binary1111101011000011101110110101101100110100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3BB; }

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

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

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

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

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

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

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

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