Html Css Color HEX #FE90DC Lavender Rose

📋 copy color: '#FE90DC'

red 254 ◦ green 144 ◦ blue 220

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

Shades of Lavender Rose #FE90DC

Tints of Lavender Rose #FE90DC

RGB

 RED value IS 254 (99.61% from 255) = 41.1%

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

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

R = 41.1%
G = 23.3%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE90DC (or 0xFE90DC) is known color: Lavender Rose. HEX triplet: FE, 90 and DC. RGB value is (254,144,220). Sum of RGB (Red+Green+Blue) = 254+144+220=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90DC is #016F23. Grayscale: #B9B9B9. Windows color (decimal): -93988 or 14455038. OLE color: 14455038.

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

Color convert

RGB 254 144 220 -
CMYK 0 0.43 0.13 0.00
HSL 318.55º 0.98% 0.78% -
HSV(B) 318.55º 0.43% 1% -
XYZ 63.76 46.18 73.26 -
YUV 185.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 254 144 220 0 0.43 0.13 0.00 318.55 0.98 0.78
Hex FE 90 DC 0 2B D 0 13F 62 4E
Octal 376 220 334 0 53 15 0 477 142 116
Binary 11111110 10010000 11011100 0 101011 1101 0 100111111 1100010 1001110

Color Harmonies of #FE90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90DC

Black with #FE90DC

Text Example


Text Example

White with #FE90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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