#FBB9EA

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

Shades of Lavender Rose #FBB9EA

Tints of Lavender Rose #FBB9EA

Color information

#FBB9EA (or 0xFBB9EA) is unknown color: approx Lavender Rose. HEX triplet: FB, B9 and EA. RGB value is (251,185,234). Sum of RGB (Red+Green+Blue) = 251+185+234=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9EA is #044615. Grayscale: #D2D2D2. Windows color (decimal): -280086 or 15383035. OLE color: 15383035.

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

Color convert

RGB251185234-
CMYK00.260.070.02
HSL315.45º89.19%85.49%-
HSV(B)315.45º26.29%98.43%-
XYZ71.9861.1585.85-
YUV210.32141.37157.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 185 (72.66% from 255) = 27.61%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=37.46%
G=27.61%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118523400.260.070.02315.4589.1985.49
HexFBB9EA01A7213b5955
Octal37327135203272473131125
Binary1111101110111001111010100110101111010011101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9EA; }

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

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

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

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

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

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

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

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