#FEBBEA

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

Shades of Lavender Rose #FEBBEA

Tints of Lavender Rose #FEBBEA

Color information

#FEBBEA (or 0xFEBBEA) is unknown color: approx Lavender Rose. HEX triplet: FE, BB and EA. RGB value is (254,187,234). Sum of RGB (Red+Green+Blue) = 254+187+234=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBEA is #014415. Grayscale: #D4D4D4. Windows color (decimal): -82966 or 15383550. OLE color: 15383550.

HSL color Cylindrical-coordinate representation of color #FEBBEA: hue angle of 317.91º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBEA is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254187234-
CMYK00.260.080.00
HSL317.91º97.1%86.47%-
HSV(B)317.91º26.38%99.61%-
XYZ73.4962.5586.04-
YUV212.39140.2157.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 187 (73.44% from 255) = 27.70%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=37.63%
G=27.70%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418723400.260.080.00317.9197.186.47
HexFEBBEA01A8013e6156
Octal376273352032100476141126
Binary1111111010111011111010100110101000010011111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBEA; }

 p { color: rgb(254,187,234); }

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

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

 a { background-color: rgb(254,187,234); }

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

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

 span { border-color: rgb(254,187,234); }

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