#FFAEB8

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

Shades of Light Pink #FFAEB8

Tints of Light Pink #FFAEB8

Color information

#FFAEB8 (or 0xFFAEB8) is unknown color: approx Light Pink. HEX triplet: FF, AE and B8. RGB value is (255,174,184). Sum of RGB (Red+Green+Blue) = 255+174+184=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB8 is #005147. Grayscale: #C7C7C7. Windows color (decimal): -20808 or 12103423. OLE color: 12103423.

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

Color convert

RGB255174184-
CMYK00.320.280
HSL352.59º100%84.12%-
HSV(B)352.59º31.76%100%-
XYZ65.0354.9952.53-
YUV199.36119.34167.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 184 (72.27% from 255) = 30.02%
R=41.60%
G=28.38%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517418400.320.280352.5910084.12
HexFFAEB80201C01616454
Octal377256270040340541144124
Binary111111111010111010111000010000011100010110000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEB8; }

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

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

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

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

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

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

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

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