#FBB1EB

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

Shades of Lavender Rose #FBB1EB

Tints of Lavender Rose #FBB1EB

Color information

#FBB1EB (or 0xFBB1EB) is unknown color: approx Lavender Rose. HEX triplet: FB, B1 and EB. RGB value is (251,177,235). Sum of RGB (Red+Green+Blue) = 251+177+235=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 177 (69.53% from 255 or 26.70% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1EB is #044E14. Grayscale: #CDCDCD. Windows color (decimal): -282133 or 15446523. OLE color: 15446523.

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

Color convert

RGB251177235-
CMYK00.290.060.02
HSL312.97º90.24%83.92%-
HSV(B)312.97º29.48%98.43%-
XYZ70.557.9586.07-
YUV205.74144.52160.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 177 (69.53% from 255) = 26.70%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=37.86%
G=26.70%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117723500.290.060.02312.9790.2483.92
HexFBB1EB01D621395a54
Octal37326135303562471132124
Binary1111101110110001111010110111011101010011100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1EB; }

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

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

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

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

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

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

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

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