#FBB8E7

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

Shades of Lavender Rose #FBB8E7

Tints of Lavender Rose #FBB8E7

Color information

#FBB8E7 (or 0xFBB8E7) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and E7. RGB value is (251,184,231). Sum of RGB (Red+Green+Blue) = 251+184+231=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 184 (72.27% from 255 or 27.63% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8E7 is #044718. Grayscale: #D1D1D1. Windows color (decimal): -280345 or 15186171. OLE color: 15186171.

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

Color convert

RGB251184231-
CMYK00.270.080.02
HSL317.91º89.33%85.29%-
HSV(B)317.91º26.69%98.43%-
XYZ71.3560.5683.53-
YUV209.39140.2157.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 184 (72.27% from 255) = 27.63%
BLUE value IS 231 (90.62% from 255) = 34.68%
R=37.69%
G=27.63%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118423100.270.080.02317.9189.3385.29
HexFBB8E701B8213e5955
Octal373270347033102476131125
Binary11111011101110001110011101101110001010011111010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8E7; }

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

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

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

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

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

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

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

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