#F6AEB0

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

Shades of Light Pink #F6AEB0

Tints of Light Pink #F6AEB0

Color information

#F6AEB0 (or 0xF6AEB0) is unknown color: approx Light Pink. HEX triplet: F6, AE and B0. RGB value is (246,174,176). Sum of RGB (Red+Green+Blue) = 246+174+176=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AEB0 is #09514F. Grayscale: #C3C3C3. Windows color (decimal): -610640 or 11579126. OLE color: 11579126.

HSL color Cylindrical-coordinate representation of color #F6AEB0: hue angle of 358.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 #F6AEB0 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246174176-
CMYK00.290.280.04
HSL358.33º80%82.35%-
HSV(B)358.33º29.27%96.47%-
XYZ60.985348.09-
YUV195.76116.85163.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.28%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 176 (69.14% from 255) = 29.53%
R=41.28%
G=29.19%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617417600.290.280.04358.338082.35
HexF6AEB001D1C41665052
Octal366256260035344546120122
Binary1111011010101110101100000111011110010010110011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AEB0; }

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

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

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

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

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

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

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

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