#FFAEB4

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

Shades of Light Pink #FFAEB4

Tints of Light Pink #FFAEB4

Color information

#FFAEB4 (or 0xFFAEB4) is unknown color: approx Light Pink. HEX triplet: FF, AE and B4. RGB value is (255,174,180). Sum of RGB (Red+Green+Blue) = 255+174+180=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB4 is #00514B. Grayscale: #C6C6C6. Windows color (decimal): -20812 or 11841279. OLE color: 11841279.

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

Color convert

RGB255174180-
CMYK00.320.290
HSL355.56º100%84.12%-
HSV(B)355.56º31.76%100%-
XYZ64.6154.8350.36-
YUV198.9117.34168.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 180 (70.70% from 255) = 29.56%
R=41.87%
G=28.57%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517418000.320.290355.5610084.12
HexFFAEB40201D01646454
Octal377256264040350544144124
Binary111111111010111010110100010000011101010110010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEB4; }

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

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

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

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

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

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

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

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