#F8A9AE

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

Shades of Light Pink #F8A9AE

Tints of Light Pink #F8A9AE

Color information

#F8A9AE (or 0xF8A9AE) is unknown color: approx Light Pink. HEX triplet: F8, A9 and AE. RGB value is (248,169,174). Sum of RGB (Red+Green+Blue) = 248+169+174=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A9AE is #075651. Grayscale: #C1C1C1. Windows color (decimal): -480850 or 11446776. OLE color: 11446776.

HSL color Cylindrical-coordinate representation of color #F8A9AE: hue angle of 356.2º 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 #F8A9AE is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248169174-
CMYK00.320.300.03
HSL356.2º84.95%81.76%-
HSV(B)356.2º31.85%97.25%-
XYZ60.5451.3946.77-
YUV193.19117.17167.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=41.96%
G=28.60%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816917400.320.300.03356.284.9581.76
HexF8A9AE0201E31645552
Octal370251256040363544125122
Binary1111100010101001101011100100000111101110110010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9AE; }

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

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

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

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

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

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

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

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