#FBB1E9

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

Shades of Lavender Rose #FBB1E9

Tints of Lavender Rose #FBB1E9

Color information

#FBB1E9 (or 0xFBB1E9) is unknown color: approx Lavender Rose. HEX triplet: FB, B1 and E9. RGB value is (251,177,233). Sum of RGB (Red+Green+Blue) = 251+177+233=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 177 (69.53% from 255 or 26.78% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1E9 is #044E16. Grayscale: #CDCDCD. Windows color (decimal): -282135 or 15315451. OLE color: 15315451.

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

Color convert

RGB251177233-
CMYK00.290.070.02
HSL314.59º90.24%83.92%-
HSV(B)314.59º29.48%98.43%-
XYZ70.2157.8484.55-
YUV205.51143.52160.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 177 (69.53% from 255) = 26.78%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=37.97%
G=26.78%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117723300.290.070.02314.5990.2483.92
HexFBB1E901D7213b5a54
Octal37326135103572473132124
Binary1111101110110001111010010111011111010011101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1E9; }

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

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

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

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

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

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

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

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