Html Css Color HEX #FE7FC3 Tea Rose

📋 copy color: '#FE7FC3'

red 254 ◦ green 127 ◦ blue 195

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

Shades of Tea Rose #FE7FC3

Tints of Tea Rose #FE7FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.85%

R = 44.1%
G = 22.05%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE7FC3 (or 0xFE7FC3) is known color: Tea Rose. HEX triplet: FE, 7F and C3. RGB value is (254,127,195). Sum of RGB (Red+Green+Blue) = 254+127+195=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FC3 is #01803C. Grayscale: #ACACAC. Windows color (decimal): -98365 or 12812286. OLE color: 12812286.

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

Color convert

RGB 254 127 195 -
CMYK 0 0.50 0.23 0.00
HSL 327.87º 0.98% 0.75% -
HSV(B) 327.87º 0.5% 1% -
XYZ 58.31 40.19 56.31 -
YUV 172.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 254 127 195 0 0.50 0.23 0.00 327.87 0.98 0.75
Hex FE 7F C3 0 32 17 0 148 62 4B
Octal 376 177 303 0 62 27 0 510 142 113
Binary 11111110 1111111 11000011 0 110010 10111 0 101001000 1100010 1001011

Color Harmonies of #FE7FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FC3

Black with #FE7FC3

Text Example


Text Example

White with #FE7FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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