#FBB9E5

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

Shades of Lavender Rose #FBB9E5

Tints of Lavender Rose #FBB9E5

Color information

#FBB9E5 (or 0xFBB9E5) is unknown color: approx Lavender Rose. HEX triplet: FB, B9 and E5. RGB value is (251,185,229). Sum of RGB (Red+Green+Blue) = 251+185+229=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9E5 is #04461A. Grayscale: #D1D1D1. Windows color (decimal): -280091 or 15055355. OLE color: 15055355.

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

Color convert

RGB251185229-
CMYK00.260.090.02
HSL320º89.19%85.49%-
HSV(B)320º26.29%98.43%-
XYZ71.2860.8682.12-
YUV209.75138.87157.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 185 (72.66% from 255) = 27.82%
BLUE value IS 229 (89.84% from 255) = 34.44%
R=37.74%
G=27.82%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118522900.260.090.0232089.1985.49
HexFBB9E501A921405955
Octal373271345032112500131125
Binary11111011101110011110010101101010011010100000010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9E5; }

 p { color: rgb(251,185,229); }

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

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

 a { background-color: rgb(251,185,229); }

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

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

 span { border-color: rgb(251,185,229); }

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