#FFABEC

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

Shades of Lavender Rose #FFABEC

Tints of Lavender Rose #FFABEC

Color information

#FFABEC (or 0xFFABEC) is unknown color: approx Lavender Rose. HEX triplet: FF, AB and EC. RGB value is (255,171,236). Sum of RGB (Red+Green+Blue) = 255+171+236=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 171 (67.19% from 255 or 25.83% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABEC is #005413. Grayscale: #CBCBCB. Windows color (decimal): -21524 or 15510527. OLE color: 15510527.

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

Color convert

RGB255171236-
CMYK00.330.070
HSL313.57º100%83.53%-
HSV(B)313.57º32.94%100%-
XYZ70.9456.4486.51-
YUV203.53146.33164.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 171 (67.19% from 255) = 25.83%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=38.52%
G=25.83%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517123600.330.070313.5710083.53
HexFFABEC0217013a6454
Octal37725335404170472144124
Binary1111111110101011111011000100001111010011101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABEC; }

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

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

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

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

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

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

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

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