Html Css Color HEX #FE93C9 Tea Rose

📋 copy color: '#FE93C9'

red 254 ◦ green 147 ◦ blue 201

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

Shades of Tea Rose #FE93C9

Tints of Tea Rose #FE93C9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.42%

 BLUE value IS 201 (78.91% from 255) = 33.39%

R = 42.19%
G = 24.42%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE93C9 (or 0xFE93C9) is known color: Tea Rose. HEX triplet: FE, 93 and C9. RGB value is (254,147,201). Sum of RGB (Red+Green+Blue) = 254+147+201=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93C9 is #016C36. Grayscale: #B9B9B9. Windows color (decimal): -93239 or 13210622. OLE color: 13210622.

HSL color Cylindrical-coordinate representation of color #FE93C9: hue angle of 329.72º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE93C9 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 147 201 -
CMYK 0 0.42 0.21 0.00
HSL 329.72º 0.98% 0.79% -
HSV(B) 329.72º 0.42% 1% -
XYZ 61.85 46.16 60.91 -
YUV 185.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 254 147 201 0 0.42 0.21 0.00 329.72 0.98 0.79
Hex FE 93 C9 0 2A 15 0 14A 62 4F
Octal 376 223 311 0 52 25 0 512 142 117
Binary 11111110 10010011 11001001 0 101010 10101 0 101001010 1100010 1001111

Color Harmonies of #FE93C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93C9

Black with #FE93C9

Text Example


Text Example

White with #FE93C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93C9; }

 p { color: rgb(254,147,201); }

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

background-color css

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

 a { background-color: rgb(254,147,201); }

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

border-color css

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

 span { border-color: rgb(254,147,201); }

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