Html Css Color HEX #FE90D5 Lavender Rose

📋 copy color: '#FE90D5'

red 254 ◦ green 144 ◦ blue 213

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

Shades of Lavender Rose #FE90D5

Tints of Lavender Rose #FE90D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.86%

R = 41.57%
G = 23.57%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE90D5 (or 0xFE90D5) is known color: Lavender Rose. HEX triplet: FE, 90 and D5. RGB value is (254,144,213). Sum of RGB (Red+Green+Blue) = 254+144+213=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90D5 is #016F2A. Grayscale: #B8B8B8. Windows color (decimal): -93995 or 13996286. OLE color: 13996286.

HSL color Cylindrical-coordinate representation of color #FE90D5: hue angle of 322.36º 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 #FE90D5 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 144 213 -
CMYK 0 0.43 0.16 0.00
HSL 322.36º 0.98% 0.78% -
HSV(B) 322.36º 0.43% 1% -
XYZ 62.86 45.82 68.48 -
YUV 184.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 254 144 213 0 0.43 0.16 0.00 322.36 0.98 0.78
Hex FE 90 D5 0 2B 10 0 142 62 4E
Octal 376 220 325 0 53 20 0 502 142 116
Binary 11111110 10010000 11010101 0 101011 10000 0 101000010 1100010 1001110

Color Harmonies of #FE90D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90D5

Black with #FE90D5

Text Example


Text Example

White with #FE90D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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