#F4AAB2

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

Shades of Light Pink #F4AAB2

Tints of Light Pink #F4AAB2

Color information

#F4AAB2 (or 0xF4AAB2) is unknown color: approx Light Pink. HEX triplet: F4, AA and B2. RGB value is (244,170,178). Sum of RGB (Red+Green+Blue) = 244+170+178=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AAB2 is #0B554D. Grayscale: #C1C1C1. Windows color (decimal): -742734 or 11709172. OLE color: 11709172.

HSL color Cylindrical-coordinate representation of color #F4AAB2: hue angle of 353.51º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AAB2 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244170178-
CMYK00.300.270.04
HSL353.51º77.08%81.18%-
HSV(B)353.51º30.33%95.69%-
XYZ59.7251.248.85-
YUV193.04119.52164.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.22%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 178 (69.92% from 255) = 30.07%
R=41.22%
G=28.72%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417017800.300.270.04353.5177.0881.18
HexF4AAB201E1B41624d51
Octal364252262036334542115121
Binary1111010010101010101100100111101101110010110001010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AAB2; }

 p { color: rgb(244,170,178); }

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

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

 a { background-color: rgb(244,170,178); }

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

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

 span { border-color: rgb(244,170,178); }

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