Html Css Color HEX #FE7EC6 Tea Rose

📋 copy color: '#FE7EC6'

red 254 ◦ green 126 ◦ blue 198

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

Shades of Tea Rose #FE7EC6

Tints of Tea Rose #FE7EC6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.8%

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

R = 43.94%
G = 21.8%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE7EC6 (or 0xFE7EC6) is known color: Tea Rose. HEX triplet: FE, 7E and C6. RGB value is (254,126,198). Sum of RGB (Red+Green+Blue) = 254+126+198=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EC6 is #018139. Grayscale: #ACACAC. Windows color (decimal): -98618 or 13008638. OLE color: 13008638.

HSL color Cylindrical-coordinate representation of color #FE7EC6: hue angle of 326.25º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7EC6 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 126 198 -
CMYK 0 0.50 0.22 0.00
HSL 326.25º 0.98% 0.75% -
HSV(B) 326.25º 0.5% 1% -
XYZ 58.53 40.07 58.08 -
YUV 172.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 254 126 198 0 0.50 0.22 0.00 326.25 0.98 0.75
Hex FE 7E C6 0 32 16 0 146 62 4B
Octal 376 176 306 0 62 26 0 506 142 113
Binary 11111110 1111110 11000110 0 110010 10110 0 101000110 1100010 1001011

Color Harmonies of #FE7EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7EC6

Black with #FE7EC6

Text Example


Text Example

White with #FE7EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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