#FAC4BB

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

Shades of Your Pink #FAC4BB

Tints of Your Pink #FAC4BB

Color information

#FAC4BB (or 0xFAC4BB) is unknown color: approx Your Pink. HEX triplet: FA, C4 and BB. RGB value is (250,196,187). Sum of RGB (Red+Green+Blue) = 250+196+187=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4BB is #053B44. Grayscale: #D3D3D3. Windows color (decimal): -342853 or 12305658. OLE color: 12305658.

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

Color convert

RGB250196187-
CMYK00.220.250.02
HSL8.57º86.3%85.69%-
HSV(B)8.57º25.2%98.04%-
XYZ68.1363.3955.66-
YUV211.12114.39155.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=39.49%
G=30.96%
B=29.54%

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
Decimal25019618700.220.250.028.5786.385.69
HexFAC4BB01619295656
Octal37230427302631211126126
Binary1111101011000100101110110101101100110100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4BB; }

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

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

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

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

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

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

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

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