#F8A9AC

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

Shades of Light Pink #F8A9AC

Tints of Light Pink #F8A9AC

Color information

#F8A9AC (or 0xF8A9AC) is unknown color: approx Light Pink. HEX triplet: F8, A9 and AC. RGB value is (248,169,172). Sum of RGB (Red+Green+Blue) = 248+169+172=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A9AC is #075653. Grayscale: #C1C1C1. Windows color (decimal): -480852 or 11315704. OLE color: 11315704.

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

Color convert

RGB248169172-
CMYK00.320.310.03
HSL357.72º84.95%81.76%-
HSV(B)357.72º31.85%97.25%-
XYZ60.3551.3145.75-
YUV192.96116.17167.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=42.11%
G=28.69%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816917200.320.310.03357.7284.9581.76
HexF8A9AC0201F31665552
Octal370251254040373546125122
Binary1111100010101001101011000100000111111110110011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9AC; }

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

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

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

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

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

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

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

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