Html Css Color HEX #FE7FCD Tea Rose

📋 copy color: '#FE7FCD'

red 254 ◦ green 127 ◦ blue 205

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

Shades of Tea Rose #FE7FCD

Tints of Tea Rose #FE7FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 43.34%
G = 21.67%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE7FCD (or 0xFE7FCD) is known color: Tea Rose. HEX triplet: FE, 7F and CD. RGB value is (254,127,205). Sum of RGB (Red+Green+Blue) = 254+127+205=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FCD is #018032. Grayscale: #ADADAD. Windows color (decimal): -98355 or 13467646. OLE color: 13467646.

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

Color convert

RGB 254 127 205 -
CMYK 0 0.50 0.19 0.00
HSL 323.15º 0.98% 0.75% -
HSV(B) 323.15º 0.5% 1% -
XYZ 59.48 40.66 62.47 -
YUV 173.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 254 127 205 0 0.50 0.19 0.00 323.15 0.98 0.75
Hex FE 7F CD 0 32 13 0 143 62 4B
Octal 376 177 315 0 62 23 0 503 142 113
Binary 11111110 1111111 11001101 0 110010 10011 0 101000011 1100010 1001011

Color Harmonies of #FE7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FCD

Black with #FE7FCD

Text Example


Text Example

White with #FE7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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