#F8A9AF

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

Shades of Light Pink #F8A9AF

Tints of Light Pink #F8A9AF

Color information

#F8A9AF (or 0xF8A9AF) is unknown color: approx Light Pink. HEX triplet: F8, A9 and AF. RGB value is (248,169,175). Sum of RGB (Red+Green+Blue) = 248+169+175=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A9AF is #075650. Grayscale: #C1C1C1. Windows color (decimal): -480849 or 11512312. OLE color: 11512312.

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

Color convert

RGB248169175-
CMYK00.320.290.03
HSL355.44º84.95%81.76%-
HSV(B)355.44º31.85%97.25%-
XYZ60.6451.4347.29-
YUV193.3117.67167.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.89%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=41.89%
G=28.55%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816917500.320.290.03355.4484.9581.76
HexF8A9AF0201D31635552
Octal370251257040353543125122
Binary1111100010101001101011110100000111011110110001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9AF; }

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

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

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

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

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

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

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

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