Html Css Color HEX #FF80C9 Tea Rose

📋 copy color: '#FF80C9'

red 255 ◦ green 128 ◦ blue 201

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

Shades of Tea Rose #FF80C9

Tints of Tea Rose #FF80C9

RGB

 RED value IS 255 (100% from 255) = 43.66%

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

 BLUE value IS 201 (78.91% from 255) = 34.42%

R = 43.66%
G = 21.92%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF80C9 (or 0xFF80C9) is known color: Tea Rose. HEX triplet: FF, 80 and C9. RGB value is (255,128,201). Sum of RGB (Red+Green+Blue) = 255+128+201=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80C9 is #007F36. Grayscale: #AEAEAE. Windows color (decimal): -32567 or 13205759. OLE color: 13205759.

HSL color Cylindrical-coordinate representation of color #FF80C9: hue angle of 325.51º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80C9 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 201 -
CMYK 0 0.50 0.21 0
HSL 325.51º 1% 0.75% -
HSV(B) 325.51º 0.5% 1% -
XYZ 59.5 40.92 60.02 -
YUV 174.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 255 128 201 0 0.50 0.21 0 325.51 1 0.75
Hex FF 80 C9 0 32 15 0 146 64 4B
Octal 377 200 311 0 62 25 0 506 144 113
Binary 11111111 10000000 11001001 0 110010 10101 0 101000110 1100100 1001011

Color Harmonies of #FF80C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80C9

Black with #FF80C9

Text Example


Text Example

White with #FF80C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80C9; }

 p { color: rgb(255,128,201); }

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

background-color css

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

 a { background-color: rgb(255,128,201); }

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

border-color css

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

 span { border-color: rgb(255,128,201); }

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