Html Css Color HEX #FE90D6 Lavender Rose

📋 copy color: '#FE90D6'

red 254 ◦ green 144 ◦ blue 214

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

Shades of Lavender Rose #FE90D6

Tints of Lavender Rose #FE90D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.97%

R = 41.5%
G = 23.53%
B = 34.97%

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

#FE90D6 (or 0xFE90D6) is known color: Lavender Rose. HEX triplet: FE, 90 and D6. RGB value is (254,144,214). Sum of RGB (Red+Green+Blue) = 254+144+214=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 144 (56.64% from 255 or 23.53% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90D6 is #016F29. Grayscale: #B8B8B8. Windows color (decimal): -93994 or 14061822. OLE color: 14061822.

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

Color convert

RGB 254 144 214 -
CMYK 0 0.43 0.16 0.00
HSL 321.82º 0.98% 0.78% -
HSV(B) 321.82º 0.43% 1% -
XYZ 62.98 45.87 69.15 -
YUV 184.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 254 144 214 0 0.43 0.16 0.00 321.82 0.98 0.78
Hex FE 90 D6 0 2B 10 0 142 62 4E
Octal 376 220 326 0 53 20 0 502 142 116
Binary 11111110 10010000 11010110 0 101011 10000 0 101000010 1100010 1001110

Color Harmonies of #FE90D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90D6

Black with #FE90D6

Text Example


Text Example

White with #FE90D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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