#FBB1E1

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

Shades of Lavender Rose #FBB1E1

Tints of Lavender Rose #FBB1E1

Color information

#FBB1E1 (or 0xFBB1E1) is unknown color: approx Lavender Rose. HEX triplet: FB, B1 and E1. RGB value is (251,177,225). Sum of RGB (Red+Green+Blue) = 251+177+225=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1E1 is #044E1E. Grayscale: #CCCCCC. Windows color (decimal): -282143 or 14791163. OLE color: 14791163.

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

Color convert

RGB251177225-
CMYK00.290.100.02
HSL321.08º90.24%83.92%-
HSV(B)321.08º29.48%98.43%-
XYZ69.157.3978.67-
YUV204.6139.52161.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 177 (69.53% from 255) = 27.11%
BLUE value IS 225 (88.28% from 255) = 34.46%
R=38.44%
G=27.11%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117722500.290.100.02321.0890.2483.92
HexFBB1E101DA21415a54
Octal373261341035122501132124
Binary11111011101100011110000101110110101010100000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1E1; }

 p { color: rgb(251,177,225); }

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

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

 a { background-color: rgb(251,177,225); }

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

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

 span { border-color: rgb(251,177,225); }

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