#FEABFF

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

Shades of Lavender Rose #FEABFF

Tints of Lavender Rose #FEABFF

Color information

#FEABFF (or 0xFEABFF) is unknown color: approx Lavender Rose. HEX triplet: FE, AB and FF. RGB value is (254,171,255). Sum of RGB (Red+Green+Blue) = 254+171+255=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 171 (67.19% from 255 or 25.15% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABFF is #015400. Grayscale: #CDCDCD. Windows color (decimal): -87041 or 16755710. OLE color: 16755710.

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

Color convert

RGB254171255-
CMYK0.000.3300
HSL299.29º100%83.53%-
HSV(B)299.29º32.94%100%-
XYZ73.4957.42101.82-
YUV205.39156162.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 171 (67.19% from 255) = 25.15%
BLUE value IS 255 (100% from 255) = 37.5%
R=37.35%
G=25.15%
B=37.5%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541712550.000.3300299.2910083.53
HexFEABFF0210012b6454
Octal37625337704100453144124
Binary11111110101010111111111101000010010010101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABFF; }

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

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

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

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

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

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

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

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