#FFAEB7

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

Shades of Light Pink #FFAEB7

Tints of Light Pink #FFAEB7

Color information

#FFAEB7 (or 0xFFAEB7) is unknown color: approx Light Pink. HEX triplet: FF, AE and B7. RGB value is (255,174,183). Sum of RGB (Red+Green+Blue) = 255+174+183=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB7 is #005148. Grayscale: #C7C7C7. Windows color (decimal): -20809 or 12037887. OLE color: 12037887.

HSL color Cylindrical-coordinate representation of color #FFAEB7: hue angle of 353.33º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAEB7 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB255174183-
CMYK00.320.280
HSL353.33º100%84.12%-
HSV(B)353.33º31.76%100%-
XYZ64.9254.9551.98-
YUV199.24118.84167.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 183 (71.88% from 255) = 29.90%
R=41.67%
G=28.43%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517418300.320.280353.3310084.12
HexFFAEB70201C01616454
Octal377256267040340541144124
Binary111111111010111010110111010000011100010110000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEB7; }

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

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

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

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

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

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

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

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