Html Css Color HEX #FF90DC Lavender Rose

📋 copy color: '#FF90DC'

red 255 ◦ green 144 ◦ blue 220

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

Shades of Lavender Rose #FF90DC

Tints of Lavender Rose #FF90DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 41.2%
G = 23.26%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF90DC (or 0xFF90DC) is known color: Lavender Rose. HEX triplet: FF, 90 and DC. RGB value is (255,144,220). Sum of RGB (Red+Green+Blue) = 255+144+220=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90DC is #006F23. Grayscale: #B9B9B9. Windows color (decimal): -28452 or 14455039. OLE color: 14455039.

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

Color convert

RGB 255 144 220 -
CMYK 0 0.44 0.14 0
HSL 318.92º 1% 0.78% -
HSV(B) 318.92º 0.44% 1% -
XYZ 64.13 46.37 73.28 -
YUV 185.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 255 144 220 0 0.44 0.14 0 318.92 1 0.78
Hex FF 90 DC 0 2C E 0 13F 64 4E
Octal 377 220 334 0 54 16 0 477 144 116
Binary 11111111 10010000 11011100 0 101100 1110 0 100111111 1100100 1001110

Color Harmonies of #FF90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90DC

Black with #FF90DC

Text Example


Text Example

White with #FF90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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