#FFB5FE

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

Shades of Lavender Rose #FFB5FE

Tints of Lavender Rose #FFB5FE

Color information

#FFB5FE (or 0xFFB5FE) is unknown color: approx Lavender Rose. HEX triplet: FF, B5 and FE. RGB value is (255,181,254). Sum of RGB (Red+Green+Blue) = 255+181+254=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 181 (71.09% from 255 or 26.23% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5FE is #004A01. Grayscale: #D3D3D3. Windows color (decimal): -18946 or 16692735. OLE color: 16692735.

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

Color convert

RGB255181254-
CMYK00.290.000
HSL300.81º100%85.49%-
HSV(B)300.81º29.02%100%-
XYZ75.6561.46101.64-
YUV211.45152.02159.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 181 (71.09% from 255) = 26.23%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=36.96%
G=26.23%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518125400.290.000300.8110085.49
HexFFB5FE01D0012d6455
Octal37726537603500455144125
Binary1111111110110101111111100111010010010110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5FE; }

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

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

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

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

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

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

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

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