#FBBBE7

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

Shades of Lavender Rose #FBBBE7

Tints of Lavender Rose #FBBBE7

Color information

#FBBBE7 (or 0xFBBBE7) is unknown color: approx Lavender Rose. HEX triplet: FB, BB and E7. RGB value is (251,187,231). Sum of RGB (Red+Green+Blue) = 251+187+231=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBE7 is #044418. Grayscale: #D3D3D3. Windows color (decimal): -279577 or 15186939. OLE color: 15186939.

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

Color convert

RGB251187231-
CMYK00.250.080.02
HSL318.75º88.89%85.88%-
HSV(B)318.75º25.5%98.43%-
XYZ71.9861.8283.74-
YUV211.15139.2156.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=37.52%
G=27.95%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118723100.250.080.02318.7588.8985.88
HexFBBBE70198213f5956
Octal373273347031102477131126
Binary11111011101110111110011101100110001010011111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBE7; }

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

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

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

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

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

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

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

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