#FBB6EB

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

Shades of Lavender Rose #FBB6EB

Tints of Lavender Rose #FBB6EB

Color information

#FBB6EB (or 0xFBB6EB) is unknown color: approx Lavender Rose. HEX triplet: FB, B6 and EB. RGB value is (251,182,235). Sum of RGB (Red+Green+Blue) = 251+182+235=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6EB is #044914. Grayscale: #D0D0D0. Windows color (decimal): -280853 or 15447803. OLE color: 15447803.

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

Color convert

RGB251182235-
CMYK00.270.060.02
HSL313.91º89.61%84.9%-
HSV(B)313.91º27.49%98.43%-
XYZ71.5159.9686.4-
YUV208.67142.86158.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 182 (71.48% from 255) = 27.25%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=37.57%
G=27.25%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118223500.270.060.02313.9189.6184.9
HexFBB6EB01B6213a5a55
Octal37326635303362472132125
Binary1111101110110110111010110110111101010011101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6EB; }

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

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

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

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

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

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

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

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