#F8ABAF

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

Shades of Light Pink #F8ABAF

Tints of Light Pink #F8ABAF

Color information

#F8ABAF (or 0xF8ABAF) is unknown color: approx Light Pink. HEX triplet: F8, AB and AF. RGB value is (248,171,175). Sum of RGB (Red+Green+Blue) = 248+171+175=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ABAF is #075450. Grayscale: #C2C2C2. Windows color (decimal): -480337 or 11512824. OLE color: 11512824.

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

Color convert

RGB248171175-
CMYK00.310.290.03
HSL356.88º84.62%82.16%-
HSV(B)356.88º31.05%97.25%-
XYZ61.0152.1847.41-
YUV194.48117.01166.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 171 (67.19% from 255) = 28.79%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=41.75%
G=28.79%
B=29.46%

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
Decimal24817117500.310.290.03356.8884.6282.16
HexF8ABAF01F1D31655552
Octal370253257037353545125122
Binary111110001010101110101111011111111011110110010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABAF; }

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

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

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

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

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

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

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

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