#FFB1EA

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

Shades of Lavender Rose #FFB1EA

Tints of Lavender Rose #FFB1EA

Color information

#FFB1EA (or 0xFFB1EA) is unknown color: approx Lavender Rose. HEX triplet: FF, B1 and EA. RGB value is (255,177,234). Sum of RGB (Red+Green+Blue) = 255+177+234=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1EA is #004E15. Grayscale: #CECECE. Windows color (decimal): -19990 or 15380991. OLE color: 15380991.

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

Color convert

RGB255177234-
CMYK00.310.080
HSL316.15º100%84.71%-
HSV(B)316.15º30.59%100%-
XYZ71.8158.6485.38-
YUV206.82143.34162.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 177 (69.53% from 255) = 26.58%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=38.29%
G=26.58%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517723400.310.080316.1510084.71
HexFFB1EA01F8013c6455
Octal377261352037100474144125
Binary1111111110110001111010100111111000010011110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1EA; }

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

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

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

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

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

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

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

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