#FB90DD

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

Shades of Lavender Rose #FB90DD

Tints of Lavender Rose #FB90DD

Color information

#FB90DD (or 0xFB90DD) is unknown color: approx Lavender Rose. HEX triplet: FB, 90 and DD. RGB value is (251,144,221). Sum of RGB (Red+Green+Blue) = 251+144+221=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90DD is #046F22. Grayscale: #B8B8B8. Windows color (decimal): -290595 or 14520571. OLE color: 14520571.

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

Color convert

RGB251144221-
CMYK00.430.120.02
HSL316.82º93.04%77.45%-
HSV(B)316.82º42.63%98.43%-
XYZ62.8145.6873.91-
YUV184.77148.45175.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 144 (56.64% from 255) = 23.38%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=40.75%
G=23.38%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114422100.430.120.02316.8293.0477.45
HexFB90DD02BC213d5d4d
Octal373220335053142475135115
Binary111110111001000011011101010101111001010011110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90DD; }

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

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

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

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

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

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

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

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