Html Css Color HEX #FE90D4 Tea Rose

📋 copy color: '#FE90D4'

red 254 ◦ green 144 ◦ blue 212

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

Shades of Tea Rose #FE90D4

Tints of Tea Rose #FE90D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.75%

R = 41.64%
G = 23.61%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE90D4 (or 0xFE90D4) is known color: Tea Rose. HEX triplet: FE, 90 and D4. RGB value is (254,144,212). Sum of RGB (Red+Green+Blue) = 254+144+212=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90D4 is #016F2B. Grayscale: #B8B8B8. Windows color (decimal): -93996 or 13930750. OLE color: 13930750.

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

Color convert

RGB 254 144 212 -
CMYK 0 0.43 0.17 0.00
HSL 322.91º 0.98% 0.78% -
HSV(B) 322.91º 0.43% 1% -
XYZ 62.73 45.77 67.82 -
YUV 184.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 254 144 212 0 0.43 0.17 0.00 322.91 0.98 0.78
Hex FE 90 D4 0 2B 11 0 143 62 4E
Octal 376 220 324 0 53 21 0 503 142 116
Binary 11111110 10010000 11010100 0 101011 10001 0 101000011 1100010 1001110

Color Harmonies of #FE90D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90D4

Black with #FE90D4

Text Example


Text Example

White with #FE90D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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