#FFBBFE

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

Shades of Lavender Rose #FFBBFE

Tints of Lavender Rose #FFBBFE

Color information

#FFBBFE (or 0xFFBBFE) is unknown color: approx Lavender Rose. HEX triplet: FF, BB and FE. RGB value is (255,187,254). Sum of RGB (Red+Green+Blue) = 255+187+254=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 187 (73.44% from 255 or 26.87% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBFE is #004401. Grayscale: #D6D6D6. Windows color (decimal): -17410 or 16694271. OLE color: 16694271.

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

Color convert

RGB255187254-
CMYK00.270.000
HSL300.88º100%86.67%-
HSV(B)300.88º26.67%100%-
XYZ76.963.96102.06-
YUV214.97150.03156.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 187 (73.44% from 255) = 26.87%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=36.64%
G=26.87%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518725400.270.000300.8810086.67
HexFFBBFE01B0012d6457
Octal37727337603300455144127
Binary1111111110111011111111100110110010010110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBFE; }

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

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

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

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

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

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

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

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