#FBB0E8

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

Shades of Lavender Rose #FBB0E8

Tints of Lavender Rose #FBB0E8

Color information

#FBB0E8 (or 0xFBB0E8) is unknown color: approx Lavender Rose. HEX triplet: FB, B0 and E8. RGB value is (251,176,232). Sum of RGB (Red+Green+Blue) = 251+176+232=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0E8 is #044F17. Grayscale: #CCCCCC. Windows color (decimal): -282392 or 15249659. OLE color: 15249659.

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

Color convert

RGB251176232-
CMYK00.300.080.02
HSL315.2º90.36%83.73%-
HSV(B)315.2º29.88%98.43%-
XYZ69.8757.3983.74-
YUV204.81143.35160.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 176 (69.14% from 255) = 26.71%
BLUE value IS 232 (91.02% from 255) = 35.20%
R=38.09%
G=26.71%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117623200.300.080.02315.290.3683.73
HexFBB0E801E8213b5a54
Octal373260350036102473132124
Binary11111011101100001110100001111010001010011101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0E8; }

 p { color: rgb(251,176,232); }

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

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

 a { background-color: rgb(251,176,232); }

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

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

 span { border-color: rgb(251,176,232); }

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