#FB90DB

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

Shades of Lavender Rose #FB90DB

Tints of Lavender Rose #FB90DB

Color information

#FB90DB (or 0xFB90DB) is unknown color: approx Lavender Rose. HEX triplet: FB, 90 and DB. RGB value is (251,144,219). Sum of RGB (Red+Green+Blue) = 251+144+219=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90DB is #046F24. Grayscale: #B8B8B8. Windows color (decimal): -290597 or 14389499. OLE color: 14389499.

HSL color Cylindrical-coordinate representation of color #FB90DB: hue angle of 317.94º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90DB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB251144219-
CMYK00.430.130.02
HSL317.94º93.04%77.45%-
HSV(B)317.94º42.63%98.43%-
XYZ62.5445.5772.52-
YUV184.54147.45175.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 144 (56.64% from 255) = 23.45%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=40.88%
G=23.45%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114421900.430.130.02317.9493.0477.45
HexFB90DB02BD213e5d4d
Octal373220333053152476135115
Binary111110111001000011011011010101111011010011111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90DB; }

 p { color: rgb(251,144,219); }

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

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

 a { background-color: rgb(251,144,219); }

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

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

 span { border-color: rgb(251,144,219); }

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