Html Css Color HEX #FE93C6 Tea Rose

📋 copy color: '#FE93C6'

red 254 ◦ green 147 ◦ blue 198

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

Shades of Tea Rose #FE93C6

Tints of Tea Rose #FE93C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.06%

R = 42.4%
G = 24.54%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE93C6 (or 0xFE93C6) is known color: Tea Rose. HEX triplet: FE, 93 and C6. RGB value is (254,147,198). Sum of RGB (Red+Green+Blue) = 254+147+198=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93C6 is #016C39. Grayscale: #B8B8B8. Windows color (decimal): -93242 or 13014014. OLE color: 13014014.

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

Color convert

RGB 254 147 198 -
CMYK 0 0.42 0.22 0.00
HSL 331.4º 0.98% 0.79% -
HSV(B) 331.4º 0.42% 1% -
XYZ 61.5 46.02 59.07 -
YUV 184.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 254 147 198 0 0.42 0.22 0.00 331.4 0.98 0.79
Hex FE 93 C6 0 2A 16 0 14B 62 4F
Octal 376 223 306 0 52 26 0 513 142 117
Binary 11111110 10010011 11000110 0 101010 10110 0 101001011 1100010 1001111

Color Harmonies of #FE93C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93C6

Black with #FE93C6

Text Example


Text Example

White with #FE93C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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