Html Css Color HEX #FE93C0 Tea Rose

📋 copy color: '#FE93C0'

red 254 ◦ green 147 ◦ blue 192

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

Shades of Tea Rose #FE93C0

Tints of Tea Rose #FE93C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.38%

R = 42.83%
G = 24.79%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE93C0 (or 0xFE93C0) is known color: Tea Rose. HEX triplet: FE, 93 and C0. RGB value is (254,147,192). Sum of RGB (Red+Green+Blue) = 254+147+192=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93C0 is #016C3F. Grayscale: #B8B8B8. Windows color (decimal): -93248 or 12620798. OLE color: 12620798.

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

Color convert

RGB 254 147 192 -
CMYK 0 0.42 0.24 0.00
HSL 334.77º 0.98% 0.79% -
HSV(B) 334.77º 0.42% 1% -
XYZ 60.82 45.74 55.49 -
YUV 184.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 254 147 192 0 0.42 0.24 0.00 334.77 0.98 0.79
Hex FE 93 C0 0 2A 18 0 14F 62 4F
Octal 376 223 300 0 52 30 0 517 142 117
Binary 11111110 10010011 11000000 0 101010 11000 0 101001111 1100010 1001111

Color Harmonies of #FE93C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93C0

Black with #FE93C0

Text Example


Text Example

White with #FE93C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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