Html Css Color HEX #FF90D9 Lavender Rose

📋 copy color: '#FF90D9'

red 255 ◦ green 144 ◦ blue 217

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

Shades of Lavender Rose #FF90D9

Tints of Lavender Rose #FF90D9

RGB

 RED value IS 255 (100% from 255) = 41.4%

 GREEN value IS 144 (56.64% from 255) = 23.38%

 BLUE value IS 217 (85.16% from 255) = 35.23%

R = 41.4%
G = 23.38%
B = 35.23%

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

#FF90D9 (or 0xFF90D9) is known color: Lavender Rose. HEX triplet: FF, 90 and D9. RGB value is (255,144,217). Sum of RGB (Red+Green+Blue) = 255+144+217=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90D9 is #006F26. Grayscale: #B9B9B9. Windows color (decimal): -28455 or 14258431. OLE color: 14258431.

HSL color Cylindrical-coordinate representation of color #FF90D9: hue angle of 320.54º 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 #FF90D9 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 144 217 -
CMYK 0 0.44 0.15 0
HSL 320.54º 1% 0.78% -
HSV(B) 320.54º 0.44% 1% -
XYZ 63.74 46.22 71.21 -
YUV 185.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 255 144 217 0 0.44 0.15 0 320.54 1 0.78
Hex FF 90 D9 0 2C F 0 141 64 4E
Octal 377 220 331 0 54 17 0 501 144 116
Binary 11111111 10010000 11011001 0 101100 1111 0 101000001 1100100 1001110

Color Harmonies of #FF90D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90D9

Black with #FF90D9

Text Example


Text Example

White with #FF90D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF90D9; }

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

 H1.HeaderClassName
 {
   color: #FF90D9;
 }
 .AnyTagClassName
 {
   color: #FF90D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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