#FBBBEF

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

Shades of Lavender Rose #FBBBEF

Tints of Lavender Rose #FBBBEF

Color information

#FBBBEF (or 0xFBBBEF) is unknown color: approx Lavender Rose. HEX triplet: FB, BB and EF. RGB value is (251,187,239). Sum of RGB (Red+Green+Blue) = 251+187+239=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBEF is #044410. Grayscale: #D3D3D3. Windows color (decimal): -279569 or 15711227. OLE color: 15711227.

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

Color convert

RGB251187239-
CMYK00.250.050.02
HSL311.25º88.89%85.88%-
HSV(B)311.25º25.5%98.43%-
XYZ73.1362.2889.83-
YUV212.06143.2155.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 187 (73.44% from 255) = 27.62%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=37.08%
G=27.62%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118723900.250.050.02311.2588.8985.88
HexFBBBEF019521375956
Octal37327335703152467131126
Binary1111101110111011111011110110011011010011011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBEF; }

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

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

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

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

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

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

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

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