#FBB8E9

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

Shades of Lavender Rose #FBB8E9

Tints of Lavender Rose #FBB8E9

Color information

#FBB8E9 (or 0xFBB8E9) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and E9. RGB value is (251,184,233). Sum of RGB (Red+Green+Blue) = 251+184+233=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 184 (72.27% from 255 or 27.54% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8E9 is #044716. Grayscale: #D1D1D1. Windows color (decimal): -280343 or 15317243. OLE color: 15317243.

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

Color convert

RGB251184233-
CMYK00.270.070.02
HSL316.12º89.33%85.29%-
HSV(B)316.12º26.69%98.43%-
XYZ71.6360.6785.03-
YUV209.62141.2157.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 184 (72.27% from 255) = 27.54%
BLUE value IS 233 (91.41% from 255) = 34.88%
R=37.57%
G=27.54%
B=34.88%

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
Decimal25118423300.270.070.02316.1289.3385.29
HexFBB8E901B7213c5955
Octal37327035103372474131125
Binary1111101110111000111010010110111111010011110010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8E9; }

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

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

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

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

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

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

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

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