#F8ABB4

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

Shades of Light Pink #F8ABB4

Tints of Light Pink #F8ABB4

Color information

#F8ABB4 (or 0xF8ABB4) is unknown color: approx Light Pink. HEX triplet: F8, AB and B4. RGB value is (248,171,180). Sum of RGB (Red+Green+Blue) = 248+171+180=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABB4 is #07544B. Grayscale: #C3C3C3. Windows color (decimal): -480332 or 11840504. OLE color: 11840504.

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

Color convert

RGB248171180-
CMYK00.310.270.03
HSL352.99º84.62%82.16%-
HSV(B)352.99º31.05%97.25%-
XYZ61.5152.3850.05-
YUV195.05119.51165.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.40%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=41.40%
G=28.55%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817118000.310.270.03352.9984.6282.16
HexF8ABB401F1B31615552
Octal370253264037333541125122
Binary111110001010101110110100011111110111110110000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABB4; }

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

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

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

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

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

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

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

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