#FFABE4

Color #FFABE4 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FFABE4

Tints of Lavender Rose #FFABE4

Color information

#FFABE4 (or 0xFFABE4) is unknown color: approx Lavender Rose. HEX triplet: FF, AB and E4. RGB value is (255,171,228). Sum of RGB (Red+Green+Blue) = 255+171+228=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABE4 is #00541B. Grayscale: #CACACA. Windows color (decimal): -21532 or 14986239. OLE color: 14986239.

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

Color convert

RGB255171228-
CMYK00.330.110
HSL319.29º100%83.53%-
HSV(B)319.29º32.94%100%-
XYZ69.8155.9980.53-
YUV202.61142.33165.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=38.99%
G=26.15%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517122800.330.110319.2910083.53
HexFFABE4021B013f6454
Octal377253344041130477144124
Binary11111111101010111110010001000011011010011111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABE4; }

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

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

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

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

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

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

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

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