Html Css Color HEX #FE7FC9 Tea Rose

📋 copy color: '#FE7FC9'

red 254 ◦ green 127 ◦ blue 201

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

Shades of Tea Rose #FE7FC9

Tints of Tea Rose #FE7FC9

RGB

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

 GREEN value IS 127 (50% from 255) = 21.82%

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

R = 43.64%
G = 21.82%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE7FC9 (or 0xFE7FC9) is known color: Tea Rose. HEX triplet: FE, 7F and C9. RGB value is (254,127,201). Sum of RGB (Red+Green+Blue) = 254+127+201=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FC9 is #018036. Grayscale: #ADADAD. Windows color (decimal): -98359 or 13205502. OLE color: 13205502.

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

Color convert

RGB 254 127 201 -
CMYK 0 0.50 0.21 0.00
HSL 325.04º 0.98% 0.75% -
HSV(B) 325.04º 0.5% 1% -
XYZ 59.01 40.47 59.96 -
YUV 173.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 254 127 201 0 0.50 0.21 0.00 325.04 0.98 0.75
Hex FE 7F C9 0 32 15 0 145 62 4B
Octal 376 177 311 0 62 25 0 505 142 113
Binary 11111110 1111111 11001001 0 110010 10101 0 101000101 1100010 1001011

Color Harmonies of #FE7FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FC9

Black with #FE7FC9

Text Example


Text Example

White with #FE7FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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