Html Css Color HEX #FE90D3 Tea Rose

📋 copy color: '#FE90D3'

red 254 ◦ green 144 ◦ blue 211

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

Shades of Tea Rose #FE90D3

Tints of Tea Rose #FE90D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.65%

R = 41.71%
G = 23.65%
B = 34.65%

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

#FE90D3 (or 0xFE90D3) is known color: Tea Rose. HEX triplet: FE, 90 and D3. RGB value is (254,144,211). Sum of RGB (Red+Green+Blue) = 254+144+211=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90D3 is #016F2C. Grayscale: #B8B8B8. Windows color (decimal): -93997 or 13865214. OLE color: 13865214.

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

Color convert

RGB 254 144 211 -
CMYK 0 0.43 0.17 0.00
HSL 323.45º 0.98% 0.78% -
HSV(B) 323.45º 0.43% 1% -
XYZ 62.6 45.72 67.15 -
YUV 184.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 254 144 211 0 0.43 0.17 0.00 323.45 0.98 0.78
Hex FE 90 D3 0 2B 11 0 143 62 4E
Octal 376 220 323 0 53 21 0 503 142 116
Binary 11111110 10010000 11010011 0 101011 10001 0 101000011 1100010 1001110

Color Harmonies of #FE90D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90D3

Black with #FE90D3

Text Example


Text Example

White with #FE90D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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