Html Css Color HEX #FC80C5 Tea Rose

📋 copy color: '#FC80C5'

red 252 ◦ green 128 ◦ blue 197

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

Shades of Tea Rose #FC80C5

Tints of Tea Rose #FC80C5

RGB

 RED value IS 252 (98.83% from 255) = 43.67%

 GREEN value IS 128 (50.39% from 255) = 22.18%

 BLUE value IS 197 (77.34% from 255) = 34.14%

R = 43.67%
G = 22.18%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC80C5 (or 0xFC80C5) is known color: Tea Rose. HEX triplet: FC, 80 and C5. RGB value is (252,128,197). Sum of RGB (Red+Green+Blue) = 252+128+197=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80C5 is #037F3A. Grayscale: #ACACAC. Windows color (decimal): -229179 or 12943612. OLE color: 12943612.

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

Color convert

RGB 252 128 197 -
CMYK 0 0.49 0.22 0.01
HSL 326.61º 0.95% 0.75% -
HSV(B) 326.61º 0.49% 0.99% -
XYZ 57.94 40.17 57.52 -
YUV 172.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 252 128 197 0 0.49 0.22 0.01 326.61 0.95 0.75
Hex FC 80 C5 0 31 16 1 147 5F 4B
Octal 374 200 305 0 61 26 1 507 137 113
Binary 11111100 10000000 11000101 0 110001 10110 1 101000111 1011111 1001011

Color Harmonies of #FC80C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80C5

Black with #FC80C5

Text Example


Text Example

White with #FC80C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80C5; }

 p { color: rgb(252,128,197); }

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

background-color css

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

 a { background-color: rgb(252,128,197); }

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

border-color css

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

 span { border-color: rgb(252,128,197); }

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