#FFABAE

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

Shades of Light Pink #FFABAE

Tints of Light Pink #FFABAE

Color information

#FFABAE (or 0xFFABAE) is unknown color: approx Light Pink. HEX triplet: FF, AB and AE. RGB value is (255,171,174). Sum of RGB (Red+Green+Blue) = 255+171+174=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFABAE is #005451. Grayscale: #C4C4C4. Windows color (decimal): -21586 or 11447295. OLE color: 11447295.

HSL color Cylindrical-coordinate representation of color #FFABAE: hue angle of 357.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABAE is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255171174-
CMYK00.330.320
HSL357.86º100%83.53%-
HSV(B)357.86º32.94%100%-
XYZ63.4453.4447.02-
YUV196.46115.33169.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 174 (68.36% from 255) = 29%
R=42.5%
G=28.5%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517117400.330.320357.8610083.53
HexFFABAE0212001666454
Octal377253256041400546144124
Binary1111111110101011101011100100001100000010110011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABAE; }

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

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

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

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

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

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

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

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