#FB90D7

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

Shades of Lavender Rose #FB90D7

Tints of Lavender Rose #FB90D7

Color information

#FB90D7 (or 0xFB90D7) is unknown color: approx Lavender Rose. HEX triplet: FB, 90 and D7. RGB value is (251,144,215). Sum of RGB (Red+Green+Blue) = 251+144+215=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90D7 is #046F28. Grayscale: #B7B7B7. Windows color (decimal): -290601 or 14127355. OLE color: 14127355.

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

Color convert

RGB251144215-
CMYK00.430.140.02
HSL320.19º93.04%77.45%-
HSV(B)320.19º42.63%98.43%-
XYZ62.0245.3669.78-
YUV184.09145.45175.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 144 (56.64% from 255) = 23.61%
BLUE value IS 215 (84.38% from 255) = 35.25%
R=41.15%
G=23.61%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114421500.430.140.02320.1993.0477.45
HexFB90D702BE21405d4d
Octal373220327053162500135115
Binary111110111001000011010111010101111101010100000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90D7; }

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

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

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

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

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

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

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

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