Html Css Color HEX #FE90D2 Tea Rose

📋 copy color: '#FE90D2'

red 254 ◦ green 144 ◦ blue 210

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

Shades of Tea Rose #FE90D2

Tints of Tea Rose #FE90D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.54%

R = 41.78%
G = 23.68%
B = 34.54%

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

#FE90D2 (or 0xFE90D2) is known color: Tea Rose. HEX triplet: FE, 90 and D2. RGB value is (254,144,210). Sum of RGB (Red+Green+Blue) = 254+144+210=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 144 (56.64% from 255 or 23.68% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90D2 is #016F2D. Grayscale: #B8B8B8. Windows color (decimal): -93998 or 13799678. OLE color: 13799678.

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

Color convert

RGB 254 144 210 -
CMYK 0 0.43 0.17 0.00
HSL 324º 0.98% 0.78% -
HSV(B) 324º 0.43% 1% -
XYZ 62.48 45.67 66.5 -
YUV 184.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 254 144 210 0 0.43 0.17 0.00 324 0.98 0.78
Hex FE 90 D2 0 2B 11 0 144 62 4E
Octal 376 220 322 0 53 21 0 504 142 116
Binary 11111110 10010000 11010010 0 101011 10001 0 101000100 1100010 1001110

Color Harmonies of #FE90D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90D2

Black with #FE90D2

Text Example


Text Example

White with #FE90D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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