#FBB3EB

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

Shades of Lavender Rose #FBB3EB

Tints of Lavender Rose #FBB3EB

Color information

#FBB3EB (or 0xFBB3EB) is unknown color: approx Lavender Rose. HEX triplet: FB, B3 and EB. RGB value is (251,179,235). Sum of RGB (Red+Green+Blue) = 251+179+235=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 179 (70.31% from 255 or 26.92% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3EB is #044C14. Grayscale: #CECECE. Windows color (decimal): -281621 or 15447035. OLE color: 15447035.

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

Color convert

RGB251179235-
CMYK00.290.060.02
HSL313.33º90%84.31%-
HSV(B)313.33º28.69%98.43%-
XYZ70.958.7586.2-
YUV206.91143.85159.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 179 (70.31% from 255) = 26.92%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=37.74%
G=26.92%
B=35.34%

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
Decimal25117923500.290.060.02313.339084.31
HexFBB3EB01D621395a54
Octal37326335303562471132124
Binary1111101110110011111010110111011101010011100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3EB; }

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

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

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

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

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

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

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

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