#FFBBEA

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

Shades of Lavender Rose #FFBBEA

Tints of Lavender Rose #FFBBEA

Color information

#FFBBEA (or 0xFFBBEA) is unknown color: approx Lavender Rose. HEX triplet: FF, BB and EA. RGB value is (255,187,234). Sum of RGB (Red+Green+Blue) = 255+187+234=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBEA is #004415. Grayscale: #D4D4D4. Windows color (decimal): -17430 or 15383551. OLE color: 15383551.

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

Color convert

RGB255187234-
CMYK00.270.080
HSL318.53º100%86.67%-
HSV(B)318.53º26.67%100%-
XYZ73.8662.7486.06-
YUV212.69140.03158.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 187 (73.44% from 255) = 27.66%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=37.72%
G=27.66%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518723400.270.080318.5310086.67
HexFFBBEA01B8013f6457
Octal377273352033100477144127
Binary1111111110111011111010100110111000010011111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBEA; }

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

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

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

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

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

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

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

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