Html Css Color HEX #FC80C6 Tea Rose

📋 copy color: '#FC80C6'

red 252 ◦ green 128 ◦ blue 198

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

Shades of Tea Rose #FC80C6

Tints of Tea Rose #FC80C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.26%

R = 43.6%
G = 22.15%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC80C6 (or 0xFC80C6) is known color: Tea Rose. HEX triplet: FC, 80 and C6. RGB value is (252,128,198). Sum of RGB (Red+Green+Blue) = 252+128+198=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80C6 is #037F39. Grayscale: #ACACAC. Windows color (decimal): -229178 or 13009148. OLE color: 13009148.

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

Color convert

RGB 252 128 198 -
CMYK 0 0.49 0.21 0.01
HSL 326.13º 0.95% 0.75% -
HSV(B) 326.13º 0.49% 0.99% -
XYZ 58.06 40.21 58.13 -
YUV 173.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 252 128 198 0 0.49 0.21 0.01 326.13 0.95 0.75
Hex FC 80 C6 0 31 15 1 146 5F 4B
Octal 374 200 306 0 61 25 1 506 137 113
Binary 11111100 10000000 11000110 0 110001 10101 1 101000110 1011111 1001011

Color Harmonies of #FC80C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80C6

Black with #FC80C6

Text Example


Text Example

White with #FC80C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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