#FFAEBA

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

Shades of Light Pink #FFAEBA

Tints of Light Pink #FFAEBA

Color information

#FFAEBA (or 0xFFAEBA) is unknown color: approx Light Pink. HEX triplet: FF, AE and BA. RGB value is (255,174,186). Sum of RGB (Red+Green+Blue) = 255+174+186=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEBA is #005145. Grayscale: #C7C7C7. Windows color (decimal): -20806 or 12234495. OLE color: 12234495.

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

Color convert

RGB255174186-
CMYK00.320.270
HSL351.11º100%84.12%-
HSV(B)351.11º31.76%100%-
XYZ65.2455.0853.65-
YUV199.59120.34167.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=41.46%
G=28.29%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517418600.320.270351.1110084.12
HexFFAEBA0201B015f6454
Octal377256272040330537144124
Binary111111111010111010111010010000011011010101111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEBA; }

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

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

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

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

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

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

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

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