#FBB1EF

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

Shades of Lavender Rose #FBB1EF

Tints of Lavender Rose #FBB1EF

Color information

#FBB1EF (or 0xFBB1EF) is unknown color: approx Lavender Rose. HEX triplet: FB, B1 and EF. RGB value is (251,177,239). Sum of RGB (Red+Green+Blue) = 251+177+239=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1EF is #044E10. Grayscale: #CECECE. Windows color (decimal): -282129 or 15708667. OLE color: 15708667.

HSL color Cylindrical-coordinate representation of color #FBB1EF: hue angle of 309.73º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB1EF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251177239-
CMYK00.290.050.02
HSL309.73º90.24%83.92%-
HSV(B)309.73º29.48%98.43%-
XYZ71.0958.1989.15-
YUV206.19146.52159.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 177 (69.53% from 255) = 26.54%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=37.63%
G=26.54%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117723900.290.050.02309.7390.2483.92
HexFBB1EF01D521365a54
Octal37326135703552466132124
Binary1111101110110001111011110111011011010011011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1EF; }

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

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

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

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

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

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

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

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