Html Css Color HEX #FE90C8 Tea Rose

📋 copy color: '#FE90C8'

red 254 ◦ green 144 ◦ blue 200

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

Shades of Tea Rose #FE90C8

Tints of Tea Rose #FE90C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.44%

R = 42.47%
G = 24.08%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE90C8 (or 0xFE90C8) is known color: Tea Rose. HEX triplet: FE, 90 and C8. RGB value is (254,144,200). Sum of RGB (Red+Green+Blue) = 254+144+200=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90C8 is #016F37. Grayscale: #B7B7B7. Windows color (decimal): -94008 or 13144318. OLE color: 13144318.

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

Color convert

RGB 254 144 200 -
CMYK 0 0.43 0.21 0.00
HSL 329.45º 0.98% 0.78% -
HSV(B) 329.45º 0.43% 1% -
XYZ 61.27 45.19 60.14 -
YUV 183.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 254 144 200 0 0.43 0.21 0.00 329.45 0.98 0.78
Hex FE 90 C8 0 2B 15 0 149 62 4E
Octal 376 220 310 0 53 25 0 511 142 116
Binary 11111110 10010000 11001000 0 101011 10101 0 101001001 1100010 1001110

Color Harmonies of #FE90C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90C8

Black with #FE90C8

Text Example


Text Example

White with #FE90C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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