#FEBBEE

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

Shades of Lavender Rose #FEBBEE

Tints of Lavender Rose #FEBBEE

Color information

#FEBBEE (or 0xFEBBEE) is unknown color: approx Lavender Rose. HEX triplet: FE, BB and EE. RGB value is (254,187,238). Sum of RGB (Red+Green+Blue) = 254+187+238=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBEE is #014411. Grayscale: #D4D4D4. Windows color (decimal): -82962 or 15645694. OLE color: 15645694.

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

Color convert

RGB254187238-
CMYK00.260.060.00
HSL314.33º97.1%86.47%-
HSV(B)314.33º26.38%99.61%-
XYZ74.0862.7889.1-
YUV212.85142.2157.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 187 (73.44% from 255) = 27.54%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=37.41%
G=27.54%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418723800.260.060.00314.3397.186.47
HexFEBBEE01A6013a6156
Octal37627335603260472141126
Binary111111101011101111101110011010110010011101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBEE; }

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

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

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

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

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

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

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

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