#FAC5BB

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

Shades of Your Pink #FAC5BB

Tints of Your Pink #FAC5BB

Color information

#FAC5BB (or 0xFAC5BB) is unknown color: approx Your Pink. HEX triplet: FA, C5 and BB. RGB value is (250,197,187). Sum of RGB (Red+Green+Blue) = 250+197+187=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5BB is #053A44. Grayscale: #D3D3D3. Windows color (decimal): -342597 or 12305914. OLE color: 12305914.

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

Color convert

RGB250197187-
CMYK00.210.250.02
HSL9.52º86.3%85.69%-
HSV(B)9.52º25.2%98.04%-
XYZ68.3663.8455.73-
YUV211.71114.06155.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=39.43%
G=31.07%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019718700.210.250.029.5286.385.69
HexFAC5BB015192a5656
Octal37230527302531212126126
Binary1111101011000101101110110101011100110101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5BB; }

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

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

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

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

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

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

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

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