Html Css Color HEX #FF80CB Tea Rose

📋 copy color: '#FF80CB'

red 255 ◦ green 128 ◦ blue 203

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

Shades of Tea Rose #FF80CB

Tints of Tea Rose #FF80CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 43.52%
G = 21.84%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF80CB (or 0xFF80CB) is known color: Tea Rose. HEX triplet: FF, 80 and CB. RGB value is (255,128,203). Sum of RGB (Red+Green+Blue) = 255+128+203=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80CB is #007F34. Grayscale: #AEAEAE. Windows color (decimal): -32565 or 13336831. OLE color: 13336831.

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

Color convert

RGB 255 128 203 -
CMYK 0 0.50 0.20 0
HSL 324.57º 1% 0.75% -
HSV(B) 324.57º 0.5% 1% -
XYZ 59.74 41.01 61.27 -
YUV 174.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 255 128 203 0 0.50 0.20 0 324.57 1 0.75
Hex FF 80 CB 0 32 14 0 145 64 4B
Octal 377 200 313 0 62 24 0 505 144 113
Binary 11111111 10000000 11001011 0 110010 10100 0 101000101 1100100 1001011

Color Harmonies of #FF80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80CB

Black with #FF80CB

Text Example


Text Example

White with #FF80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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