#FFB1EE

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

Shades of Lavender Rose #FFB1EE

Tints of Lavender Rose #FFB1EE

Color information

#FFB1EE (or 0xFFB1EE) is unknown color: approx Lavender Rose. HEX triplet: FF, B1 and EE. RGB value is (255,177,238). Sum of RGB (Red+Green+Blue) = 255+177+238=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 177 (69.53% from 255 or 26.42% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1EE is #004E11. Grayscale: #CFCFCF. Windows color (decimal): -19986 or 15643135. OLE color: 15643135.

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

Color convert

RGB255177238-
CMYK00.310.070
HSL313.08º100%84.71%-
HSV(B)313.08º30.59%100%-
XYZ72.3958.8888.44-
YUV207.28145.34162.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 177 (69.53% from 255) = 26.42%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=38.06%
G=26.42%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517723800.310.070313.0810084.71
HexFFB1EE01F701396455
Octal37726135603770471144125
Binary111111111011000111101110011111111010011100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1EE; }

 p { color: rgb(255,177,238); }

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

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

 a { background-color: rgb(255,177,238); }

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

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

 span { border-color: rgb(255,177,238); }

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