#FFB5FB

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

Shades of Lavender Rose #FFB5FB

Tints of Lavender Rose #FFB5FB

Color information

#FFB5FB (or 0xFFB5FB) is unknown color: approx Lavender Rose. HEX triplet: FF, B5 and FB. RGB value is (255,181,251). Sum of RGB (Red+Green+Blue) = 255+181+251=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 181 (71.09% from 255 or 26.35% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5FB is #004A04. Grayscale: #D2D2D2. Windows color (decimal): -18949 or 16496127. OLE color: 16496127.

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

Color convert

RGB255181251-
CMYK00.290.020
HSL303.24º100%85.49%-
HSV(B)303.24º29.02%100%-
XYZ75.1861.2799.13-
YUV211.11150.52159.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 181 (71.09% from 255) = 26.35%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=37.12%
G=26.35%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518125100.290.020303.2410085.49
HexFFB5FB01D2012f6455
Octal37726537303520457144125
Binary11111111101101011111101101110110010010111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5FB; }

 p { color: rgb(255,181,251); }

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

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

 a { background-color: rgb(255,181,251); }

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

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

 span { border-color: rgb(255,181,251); }

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