#FBBDF7

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

Shades of Lavender Rose #FBBDF7

Tints of Lavender Rose #FBBDF7

Color information

#FBBDF7 (or 0xFBBDF7) is unknown color: approx Lavender Rose. HEX triplet: FB, BD and F7. RGB value is (251,189,247). Sum of RGB (Red+Green+Blue) = 251+189+247=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 189 (74.22% from 255 or 27.51% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDF7 is #044208. Grayscale: #D5D5D5. Windows color (decimal): -279049 or 16236027. OLE color: 16236027.

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

Color convert

RGB251189247-
CMYK00.250.020.02
HSL303.87º88.57%86.27%-
HSV(B)303.87º24.7%98.43%-
XYZ74.7763.6296.33-
YUV214.15146.54154.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 189 (74.22% from 255) = 27.51%
BLUE value IS 247 (96.88% from 255) = 35.95%
R=36.54%
G=27.51%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118924700.250.020.02303.8788.5786.27
HexFBBDF7019221305956
Octal37327536703122460131126
Binary111110111011110111110111011001101010011000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDF7; }

 p { color: rgb(251,189,247); }

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

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

 a { background-color: rgb(251,189,247); }

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

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

 span { border-color: rgb(251,189,247); }

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