#FFAEB5

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

Shades of Light Pink #FFAEB5

Tints of Light Pink #FFAEB5

Color information

#FFAEB5 (or 0xFFAEB5) is unknown color: approx Light Pink. HEX triplet: FF, AE and B5. RGB value is (255,174,181). Sum of RGB (Red+Green+Blue) = 255+174+181=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB5 is #00514A. Grayscale: #C7C7C7. Windows color (decimal): -20811 or 11906815. OLE color: 11906815.

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

Color convert

RGB255174181-
CMYK00.320.290
HSL354.81º100%84.12%-
HSV(B)354.81º31.76%100%-
XYZ64.7254.8750.9-
YUV199.02117.84167.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 181 (71.09% from 255) = 29.67%
R=41.80%
G=28.52%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517418100.320.290354.8110084.12
HexFFAEB50201D01636454
Octal377256265040350543144124
Binary111111111010111010110101010000011101010110001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEB5; }

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

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

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

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

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

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

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

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