Html Css Color HEX #FE81C7 Tea Rose

📋 copy color: '#FE81C7'

red 254 ◦ green 129 ◦ blue 199

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

Shades of Tea Rose #FE81C7

Tints of Tea Rose #FE81C7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.16%

 BLUE value IS 199 (78.13% from 255) = 34.19%

R = 43.64%
G = 22.16%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE81C7 (or 0xFE81C7) is known color: Tea Rose. HEX triplet: FE, 81 and C7. RGB value is (254,129,199). Sum of RGB (Red+Green+Blue) = 254+129+199=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81C7 is #017E38. Grayscale: #AEAEAE. Windows color (decimal): -97849 or 13074942. OLE color: 13074942.

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

Color convert

RGB 254 129 199 -
CMYK 0 0.49 0.22 0.00
HSL 326.4º 0.98% 0.75% -
HSV(B) 326.4º 0.49% 1% -
XYZ 59.03 40.89 58.81 -
YUV 174.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 254 129 199 0 0.49 0.22 0.00 326.4 0.98 0.75
Hex FE 81 C7 0 31 16 0 146 62 4B
Octal 376 201 307 0 61 26 0 506 142 113
Binary 11111110 10000001 11000111 0 110001 10110 0 101000110 1100010 1001011

Color Harmonies of #FE81C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE81C7

Black with #FE81C7

Text Example


Text Example

White with #FE81C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE81C7; }

 p { color: rgb(254,129,199); }

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

background-color css

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

 a { background-color: rgb(254,129,199); }

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

border-color css

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

 span { border-color: rgb(254,129,199); }

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