Html Css Color HEX #FF80D0 Tea Rose

📋 copy color: '#FF80D0'

red 255 ◦ green 128 ◦ blue 208

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

Shades of Tea Rose #FF80D0

Tints of Tea Rose #FF80D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.19%

R = 43.15%
G = 21.66%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF80D0 (or 0xFF80D0) is known color: Tea Rose. HEX triplet: FF, 80 and D0. RGB value is (255,128,208). Sum of RGB (Red+Green+Blue) = 255+128+208=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80D0 is #007F2F. Grayscale: #AEAEAE. Windows color (decimal): -32560 or 13664511. OLE color: 13664511.

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

Color convert

RGB 255 128 208 -
CMYK 0 0.50 0.18 0
HSL 322.2º 1% 0.75% -
HSV(B) 322.2º 0.5% 1% -
XYZ 60.34 41.25 64.46 -
YUV 175.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 255 128 208 0 0.50 0.18 0 322.2 1 0.75
Hex FF 80 D0 0 32 12 0 142 64 4B
Octal 377 200 320 0 62 22 0 502 144 113
Binary 11111111 10000000 11010000 0 110010 10010 0 101000010 1100100 1001011

Color Harmonies of #FF80D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80D0

Black with #FF80D0

Text Example


Text Example

White with #FF80D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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