#F6AEB6

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

Shades of Light Pink #F6AEB6

Tints of Light Pink #F6AEB6

Color information

#F6AEB6 (or 0xF6AEB6) is unknown color: approx Light Pink. HEX triplet: F6, AE and B6. RGB value is (246,174,182). Sum of RGB (Red+Green+Blue) = 246+174+182=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AEB6 is #095149. Grayscale: #C4C4C4. Windows color (decimal): -610634 or 11972342. OLE color: 11972342.

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

Color convert

RGB246174182-
CMYK00.290.260.04
HSL353.33º80%82.35%-
HSV(B)353.33º29.27%96.47%-
XYZ61.5953.2451.29-
YUV196.44119.85163.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 182 (71.48% from 255) = 30.23%
R=40.86%
G=28.90%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617418200.290.260.04353.338082.35
HexF6AEB601D1A41615052
Octal366256266035324541120122
Binary1111011010101110101101100111011101010010110000110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AEB6; }

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

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

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

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

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

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

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

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