#FBB8EB

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

Shades of Lavender Rose #FBB8EB

Tints of Lavender Rose #FBB8EB

Color information

#FBB8EB (or 0xFBB8EB) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and EB. RGB value is (251,184,235). Sum of RGB (Red+Green+Blue) = 251+184+235=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 184 (72.27% from 255 or 27.46% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8EB is #044714. Grayscale: #D1D1D1. Windows color (decimal): -280341 or 15448315. OLE color: 15448315.

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

Color convert

RGB251184235-
CMYK00.270.060.02
HSL314.33º89.33%85.29%-
HSV(B)314.33º26.69%98.43%-
XYZ71.9260.7986.54-
YUV209.85142.2157.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 184 (72.27% from 255) = 27.46%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=37.46%
G=27.46%
B=35.07%

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
Decimal25118423500.270.060.02314.3389.3385.29
HexFBB8EB01B6213a5955
Octal37327035303362472131125
Binary1111101110111000111010110110111101010011101010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8EB; }

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

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

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

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

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

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

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

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