#F7ABAE

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

Shades of Light Pink #F7ABAE

Tints of Light Pink #F7ABAE

Color information

#F7ABAE (or 0xF7ABAE) is unknown color: approx Light Pink. HEX triplet: F7, AB and AE. RGB value is (247,171,174). Sum of RGB (Red+Green+Blue) = 247+171+174=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7ABAE is #085451. Grayscale: #C2C2C2. Windows color (decimal): -545874 or 11447287. OLE color: 11447287.

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

Color convert

RGB247171174-
CMYK00.310.300.03
HSL357.63º82.61%81.96%-
HSV(B)357.63º30.77%96.86%-
XYZ60.5651.9646.88-
YUV194.07116.68165.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.72%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=41.72%
G=28.89%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717117400.310.300.03357.6382.6181.96
HexF7ABAE01F1E31665352
Octal367253256037363546123122
Binary111101111010101110101110011111111101110110011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ABAE; }

 p { color: rgb(247,171,174); }

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

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

 a { background-color: rgb(247,171,174); }

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

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

 span { border-color: rgb(247,171,174); }

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