#FBBEF5

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

Shades of Lavender Rose #FBBEF5

Tints of Lavender Rose #FBBEF5

Color information

#FBBEF5 (or 0xFBBEF5) is unknown color: approx Lavender Rose. HEX triplet: FB, BE and F5. RGB value is (251,190,245). Sum of RGB (Red+Green+Blue) = 251+190+245=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 190 (74.61% from 255 or 27.70% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEF5 is #04410A. Grayscale: #D6D6D6. Windows color (decimal): -278795 or 16105211. OLE color: 16105211.

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

Color convert

RGB251190245-
CMYK00.240.020.02
HSL305.9º88.41%86.47%-
HSV(B)305.9º24.3%98.43%-
XYZ74.6863.9394.79-
YUV214.51145.21154.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 190 (74.61% from 255) = 27.70%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=36.59%
G=27.70%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119024500.240.020.02305.988.4186.47
HexFBBEF5018221325856
Octal37327636503022462130126
Binary111110111011111011110101011000101010011001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEF5; }

 p { color: rgb(251,190,245); }

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

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

 a { background-color: rgb(251,190,245); }

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

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

 span { border-color: rgb(251,190,245); }

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