#FAC0B5

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

Shades of Your Pink #FAC0B5

Tints of Your Pink #FAC0B5

Color information

#FAC0B5 (or 0xFAC0B5) is unknown color: approx Your Pink. HEX triplet: FA, C0 and B5. RGB value is (250,192,181). Sum of RGB (Red+Green+Blue) = 250+192+181=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0B5 is #053F4A. Grayscale: #D0D0D0. Windows color (decimal): -343883 or 11911418. OLE color: 11911418.

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

Color convert

RGB250192181-
CMYK00.230.280.02
HSL9.57º87.34%84.51%-
HSV(B)9.57º27.6%98.04%-
XYZ66.6161.3652.05-
YUV208.09112.72157.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 192 (75.39% from 255) = 30.82%
BLUE value IS 181 (71.09% from 255) = 29.05%
R=40.13%
G=30.82%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019218100.230.280.029.5787.3484.51
HexFAC0B50171C2a5755
Octal37230026502734212127125
Binary1111101011000000101101010101111110010101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0B5; }

 p { color: rgb(250,192,181); }

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

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

 a { background-color: rgb(250,192,181); }

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

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

 span { border-color: rgb(250,192,181); }

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