#F6AEB5

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

Shades of Light Pink #F6AEB5

Tints of Light Pink #F6AEB5

Color information

#F6AEB5 (or 0xF6AEB5) is unknown color: approx Light Pink. HEX triplet: F6, AE and B5. RGB value is (246,174,181). Sum of RGB (Red+Green+Blue) = 246+174+181=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AEB5 is #09514A. Grayscale: #C4C4C4. Windows color (decimal): -610635 or 11906806. OLE color: 11906806.

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

Color convert

RGB246174181-
CMYK00.290.260.04
HSL354.17º80%82.35%-
HSV(B)354.17º29.27%96.47%-
XYZ61.4853.250.74-
YUV196.33119.35163.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.93%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 181 (71.09% from 255) = 30.12%
R=40.93%
G=28.95%
B=30.12%

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
Decimal24617418100.290.260.04354.178082.35
HexF6AEB501D1A41625052
Octal366256265035324542120122
Binary1111011010101110101101010111011101010010110001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AEB5; }

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

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

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

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

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

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

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

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