#FF90DA

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

Shades of Lavender Rose #FF90DA

Tints of Lavender Rose #FF90DA

Color information

#FF90DA (or 0xFF90DA) is unknown color: approx Lavender Rose. HEX triplet: FF, 90 and DA. RGB value is (255,144,218). Sum of RGB (Red+Green+Blue) = 255+144+218=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90DA is #006F25. Grayscale: #B9B9B9. Windows color (decimal): -28454 or 14323967. OLE color: 14323967.

HSL color Cylindrical-coordinate representation of color #FF90DA: hue angle of 320º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90DA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255144218-
CMYK00.440.150
HSL320º100%78.24%-
HSV(B)320º43.53%100%-
XYZ63.8746.2771.89-
YUV185.62146.27177.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 144 (56.64% from 255) = 23.34%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=41.33%
G=23.34%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514421800.440.15032010078.24
HexFF90DA02CF0140644e
Octal377220332054170500144116
Binary11111111100100001101101001011001111010100000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF90DA; }

 p { color: rgb(255,144,218); }

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

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

 a { background-color: rgb(255,144,218); }

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

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

 span { border-color: rgb(255,144,218); }

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