Html Css Color HEX #FE7FCA Tea Rose

📋 copy color: '#FE7FCA'

red 254 ◦ green 127 ◦ blue 202

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

Shades of Tea Rose #FE7FCA

Tints of Tea Rose #FE7FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.65%

R = 43.57%
G = 21.78%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE7FCA (or 0xFE7FCA) is known color: Tea Rose. HEX triplet: FE, 7F and CA. RGB value is (254,127,202). Sum of RGB (Red+Green+Blue) = 254+127+202=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FCA is #018035. Grayscale: #ADADAD. Windows color (decimal): -98358 or 13271038. OLE color: 13271038.

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

Color convert

RGB 254 127 202 -
CMYK 0 0.50 0.20 0.00
HSL 324.57º 0.98% 0.75% -
HSV(B) 324.57º 0.5% 1% -
XYZ 59.12 40.51 60.58 -
YUV 173.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 254 127 202 0 0.50 0.20 0.00 324.57 0.98 0.75
Hex FE 7F CA 0 32 14 0 145 62 4B
Octal 376 177 312 0 62 24 0 505 142 113
Binary 11111110 1111111 11001010 0 110010 10100 0 101000101 1100010 1001011

Color Harmonies of #FE7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FCA

Black with #FE7FCA

Text Example


Text Example

White with #FE7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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