#F4AAB6

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

Shades of Light Pink #F4AAB6

Tints of Light Pink #F4AAB6

Color information

#F4AAB6 (or 0xF4AAB6) is unknown color: approx Light Pink. HEX triplet: F4, AA and B6. RGB value is (244,170,182). Sum of RGB (Red+Green+Blue) = 244+170+182=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AAB6 is #0B5549. Grayscale: #C1C1C1. Windows color (decimal): -742730 or 11971316. OLE color: 11971316.

HSL color Cylindrical-coordinate representation of color #F4AAB6: hue angle of 350.27º 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 #F4AAB6 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB244170182-
CMYK00.300.250.04
HSL350.27º77.08%81.18%-
HSV(B)350.27º30.33%95.69%-
XYZ60.1351.3651-
YUV193.49121.52164.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 182 (71.48% from 255) = 30.54%
R=40.94%
G=28.52%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417018200.300.250.04350.2777.0881.18
HexF4AAB601E19415e4d51
Octal364252266036314536115121
Binary1111010010101010101101100111101100110010101111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AAB6; }

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

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

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

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

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

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

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

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