#FBB7E9

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

Shades of Lavender Rose #FBB7E9

Tints of Lavender Rose #FBB7E9

Color information

#FBB7E9 (or 0xFBB7E9) is unknown color: approx Lavender Rose. HEX triplet: FB, B7 and E9. RGB value is (251,183,233). Sum of RGB (Red+Green+Blue) = 251+183+233=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 183 (71.88% from 255 or 27.44% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7E9 is #044816. Grayscale: #D0D0D0. Windows color (decimal): -280599 or 15316987. OLE color: 15316987.

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

Color convert

RGB251183233-
CMYK00.270.070.02
HSL315.88º89.47%85.1%-
HSV(B)315.88º27.09%98.43%-
XYZ71.4360.2684.96-
YUV209.03141.53157.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 183 (71.88% from 255) = 27.44%
BLUE value IS 233 (91.41% from 255) = 34.93%
R=37.63%
G=27.44%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118323300.270.070.02315.8889.4785.1
HexFBB7E901B7213c5955
Octal37326735103372474131125
Binary1111101110110111111010010110111111010011110010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7E9; }

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

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

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

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

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

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

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

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