#FEBAEE

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

Shades of Lavender Rose #FEBAEE

Tints of Lavender Rose #FEBAEE

Color information

#FEBAEE (or 0xFEBAEE) is unknown color: approx Lavender Rose. HEX triplet: FE, BA and EE. RGB value is (254,186,238). Sum of RGB (Red+Green+Blue) = 254+186+238=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAEE is #014511. Grayscale: #D4D4D4. Windows color (decimal): -83218 or 15645438. OLE color: 15645438.

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

Color convert

RGB254186238-
CMYK00.270.060.00
HSL314.12º97.14%86.27%-
HSV(B)314.12º26.77%99.61%-
XYZ73.8662.3689.03-
YUV212.26142.53157.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 186 (73.05% from 255) = 27.43%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=37.46%
G=27.43%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418623800.270.060.00314.1297.1486.27
HexFEBAEE01B6013a6156
Octal37627235603360472141126
Binary111111101011101011101110011011110010011101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAEE; }

 p { color: rgb(254,186,238); }

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

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

 a { background-color: rgb(254,186,238); }

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

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

 span { border-color: rgb(254,186,238); }

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