#FEABF9

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

Shades of Lavender Rose #FEABF9

Tints of Lavender Rose #FEABF9

Color information

#FEABF9 (or 0xFEABF9) is unknown color: approx Lavender Rose. HEX triplet: FE, AB and F9. RGB value is (254,171,249). Sum of RGB (Red+Green+Blue) = 254+171+249=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 171 (67.19% from 255 or 25.37% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEABF9 is #015406. Grayscale: #CCCCCC. Windows color (decimal): -87047 or 16362494. OLE color: 16362494.

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

Color convert

RGB254171249-
CMYK00.330.020.00
HSL303.61º97.65%83.33%-
HSV(B)303.61º32.68%99.61%-
XYZ72.5357.0496.81-
YUV204.71153163.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 171 (67.19% from 255) = 25.37%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=37.69%
G=25.37%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417124900.330.020.00303.6197.6583.33
HexFEABF9021201306253
Octal37625337104120460142123
Binary111111101010101111111001010000110010011000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABF9; }

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

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

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

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

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

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

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

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