#F7AEB7

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

Shades of Light Pink #F7AEB7

Tints of Light Pink #F7AEB7

Color information

#F7AEB7 (or 0xF7AEB7) is unknown color: approx Light Pink. HEX triplet: F7, AE and B7. RGB value is (247,174,183). Sum of RGB (Red+Green+Blue) = 247+174+183=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEB7 is #085148. Grayscale: #C4C4C4. Windows color (decimal): -545097 or 12037879. OLE color: 12037879.

HSL color Cylindrical-coordinate representation of color #F7AEB7: hue angle of 352.6º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7AEB7 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB247174183-
CMYK00.300.260.03
HSL352.6º82.02%82.55%-
HSV(B)352.6º29.55%96.86%-
XYZ62.0453.4751.85-
YUV196.85120.18163.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.89%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=40.89%
G=28.81%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717418300.300.260.03352.682.0282.55
HexF7AEB701E1A31615253
Octal367256267036323541122123
Binary111101111010111010110111011110110101110110000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEB7; }

 p { color: rgb(247,174,183); }

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

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

 a { background-color: rgb(247,174,183); }

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

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

 span { border-color: rgb(247,174,183); }

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