Html Css Color HEX #FF90DA Lavender Rose

📋 copy color: '#FF90DA'

red 255 ◦ green 144 ◦ blue 218

#FF90DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FF90DA

Tints of Lavender Rose #FF90DA

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 value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF90DA (or 0xFF90DA) is known color: 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

RGB 255 144 218 -
CMYK 0 0.44 0.15 0
HSL 320º 1% 0.78% -
HSV(B) 320º 0.44% 1% -
XYZ 63.87 46.27 71.89 -
YUV 185.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 255 144 218 0 0.44 0.15 0 320 1 0.78
Hex FF 90 DA 0 2C F 0 140 64 4E
Octal 377 220 332 0 54 17 0 500 144 116
Binary 11111111 10010000 11011010 0 101100 1111 0 101000000 1100100 1001110

Color Harmonies of #FF90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90DA

Black with #FF90DA

Text Example


Text Example

White with #FF90DA

Text Example


Text Example

HTML Codes & Css Web 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>