#F6AAB6

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

Shades of Light Pink #F6AAB6

Tints of Light Pink #F6AAB6

Color information

#F6AAB6 (or 0xF6AAB6) is unknown color: approx Light Pink. HEX triplet: F6, AA and B6. RGB value is (246,170,182). Sum of RGB (Red+Green+Blue) = 246+170+182=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AAB6 is #095549. Grayscale: #C2C2C2. Windows color (decimal): -611658 or 11971318. OLE color: 11971318.

HSL color Cylindrical-coordinate representation of color #F6AAB6: hue angle of 350.53º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6AAB6 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB246170182-
CMYK00.310.260.04
HSL350.53º80.85%81.57%-
HSV(B)350.53º30.89%96.47%-
XYZ60.8251.7251.03-
YUV194.09121.18165.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.14%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 182 (71.48% from 255) = 30.43%
R=41.14%
G=28.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617018200.310.260.04350.5380.8581.57
HexF6AAB601F1A415f5152
Octal366252266037324537121122
Binary1111011010101010101101100111111101010010101111110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAB6; }

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

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

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

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

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

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

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

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