#F8ACB0

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

Shades of Light Pink #F8ACB0

Tints of Light Pink #F8ACB0

Color information

#F8ACB0 (or 0xF8ACB0) is unknown color: approx Light Pink. HEX triplet: F8, AC and B0. RGB value is (248,172,176). Sum of RGB (Red+Green+Blue) = 248+172+176=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ACB0 is #07534F. Grayscale: #C3C3C3. Windows color (decimal): -480080 or 11578616. OLE color: 11578616.

HSL color Cylindrical-coordinate representation of color #F8ACB0: hue angle of 356.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACB0 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB248172176-
CMYK00.310.290.03
HSL356.84º84.44%82.35%-
HSV(B)356.84º30.65%97.25%-
XYZ61.352.648-
YUV195.18117.18165.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 176 (69.14% from 255) = 29.53%
R=41.61%
G=28.86%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817217600.310.290.03356.8484.4482.35
HexF8ACB001F1D31655452
Octal370254260037353545124122
Binary111110001010110010110000011111111011110110010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACB0; }

 p { color: rgb(248,172,176); }

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

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

 a { background-color: rgb(248,172,176); }

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

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

 span { border-color: rgb(248,172,176); }

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