#FFAEB1

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

Shades of Light Pink #FFAEB1

Tints of Light Pink #FFAEB1

Color information

#FFAEB1 (or 0xFFAEB1) is unknown color: approx Light Pink. HEX triplet: FF, AE and B1. RGB value is (255,174,177). Sum of RGB (Red+Green+Blue) = 255+174+177=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAEB1 is #00514E. Grayscale: #C6C6C6. Windows color (decimal): -20815 or 11644671. OLE color: 11644671.

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

Color convert

RGB255174177-
CMYK00.320.310
HSL357.78º100%84.12%-
HSV(B)357.78º31.76%100%-
XYZ64.3154.7148.76-
YUV198.56115.84168.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 177 (69.53% from 255) = 29.21%
R=42.08%
G=28.71%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517417700.320.310357.7810084.12
HexFFAEB10201F01666454
Octal377256261040370546144124
Binary111111111010111010110001010000011111010110011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEB1; }

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

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

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

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

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

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

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

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