#FBB0E6

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

Shades of Lavender Rose #FBB0E6

Tints of Lavender Rose #FBB0E6

Color information

#FBB0E6 (or 0xFBB0E6) is unknown color: approx Lavender Rose. HEX triplet: FB, B0 and E6. RGB value is (251,176,230). Sum of RGB (Red+Green+Blue) = 251+176+230=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0E6 is #044F19. Grayscale: #CCCCCC. Windows color (decimal): -282394 or 15118587. OLE color: 15118587.

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

Color convert

RGB251176230-
CMYK00.300.080.02
HSL316.8º90.36%83.73%-
HSV(B)316.8º29.88%98.43%-
XYZ69.5957.2782.25-
YUV204.58142.35161.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 176 (69.14% from 255) = 26.79%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=38.20%
G=26.79%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117623000.300.080.02316.890.3683.73
HexFBB0E601E8213d5a54
Octal373260346036102475132124
Binary11111011101100001110011001111010001010011110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0E6; }

 p { color: rgb(251,176,230); }

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

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

 a { background-color: rgb(251,176,230); }

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

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

 span { border-color: rgb(251,176,230); }

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