#FFBBED

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

Shades of Lavender Rose #FFBBED

Tints of Lavender Rose #FFBBED

Color information

#FFBBED (or 0xFFBBED) is unknown color: approx Lavender Rose. HEX triplet: FF, BB and ED. RGB value is (255,187,237). Sum of RGB (Red+Green+Blue) = 255+187+237=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBED is #004412. Grayscale: #D4D4D4. Windows color (decimal): -17427 or 15580159. OLE color: 15580159.

HSL color Cylindrical-coordinate representation of color #FFBBED: hue angle of 315.88º 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 #FFBBED is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255187237-
CMYK00.270.070
HSL315.88º100%86.67%-
HSV(B)315.88º26.67%100%-
XYZ74.362.9288.35-
YUV213.03141.53157.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 187 (73.44% from 255) = 27.54%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=37.56%
G=27.54%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518723700.270.070315.8810086.67
HexFFBBED01B7013c6457
Octal37727335503370474144127
Binary111111111011101111101101011011111010011110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBED; }

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

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

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

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

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

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

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

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