Html Css Color HEX #FF80C8 Tea Rose

📋 copy color: '#FF80C8'

red 255 ◦ green 128 ◦ blue 200

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

Shades of Tea Rose #FF80C8

Tints of Tea Rose #FF80C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.31%

R = 43.74%
G = 21.96%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF80C8 (or 0xFF80C8) is known color: Tea Rose. HEX triplet: FF, 80 and C8. RGB value is (255,128,200). Sum of RGB (Red+Green+Blue) = 255+128+200=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80C8 is #007F37. Grayscale: #AEAEAE. Windows color (decimal): -32568 or 13140223. OLE color: 13140223.

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

Color convert

RGB 255 128 200 -
CMYK 0 0.50 0.22 0
HSL 325.98º 1% 0.75% -
HSV(B) 325.98º 0.5% 1% -
XYZ 59.38 40.87 59.4 -
YUV 174.18 142.58 185.65 -
System Red Green Blue C M Y K H S L
Decimal 255 128 200 0 0.50 0.22 0 325.98 1 0.75
Hex FF 80 C8 0 32 16 0 146 64 4B
Octal 377 200 310 0 62 26 0 506 144 113
Binary 11111111 10000000 11001000 0 110010 10110 0 101000110 1100100 1001011

Color Harmonies of #FF80C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80C8

Black with #FF80C8

Text Example


Text Example

White with #FF80C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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