#FFABE1

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

Shades of Lavender Rose #FFABE1

Tints of Lavender Rose #FFABE1

Color information

#FFABE1 (or 0xFFABE1) is unknown color: approx Lavender Rose. HEX triplet: FF, AB and E1. RGB value is (255,171,225). Sum of RGB (Red+Green+Blue) = 255+171+225=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABE1 is #00541E. Grayscale: #CACACA. Windows color (decimal): -21535 or 14789631. OLE color: 14789631.

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

Color convert

RGB255171225-
CMYK00.330.120
HSL321.43º100%83.53%-
HSV(B)321.43º32.94%100%-
XYZ69.3955.8278.35-
YUV202.27140.83165.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 171 (67.19% from 255) = 26.27%
BLUE value IS 225 (88.28% from 255) = 34.56%
R=39.17%
G=26.27%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517122500.330.120321.4310083.53
HexFFABE1021C01416454
Octal377253341041140501144124
Binary11111111101010111110000101000011100010100000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABE1; }

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

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

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

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

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

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

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

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