Html Css Color HEX #FD80CA Tea Rose

📋 copy color: '#FD80CA'

red 253 ◦ green 128 ◦ blue 202

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

Shades of Tea Rose #FD80CA

Tints of Tea Rose #FD80CA

RGB

 RED value IS 253 (99.22% from 255) = 43.4%

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

 BLUE value IS 202 (79.3% from 255) = 34.65%

R = 43.4%
G = 21.96%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD80CA (or 0xFD80CA) is known color: Tea Rose. HEX triplet: FD, 80 and CA. RGB value is (253,128,202). Sum of RGB (Red+Green+Blue) = 253+128+202=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80CA is #027F35. Grayscale: #ADADAD. Windows color (decimal): -163638 or 13271293. OLE color: 13271293.

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

Color convert

RGB 253 128 202 -
CMYK 0 0.49 0.20 0.01
HSL 324.48º 0.97% 0.75% -
HSV(B) 324.48º 0.49% 0.99% -
XYZ 58.89 40.59 60.61 -
YUV 173.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 253 128 202 0 0.49 0.20 0.01 324.48 0.97 0.75
Hex FD 80 CA 0 31 14 1 144 61 4B
Octal 375 200 312 0 61 24 1 504 141 113
Binary 11111101 10000000 11001010 0 110001 10100 1 101000100 1100001 1001011

Color Harmonies of #FD80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD80CA

Black with #FD80CA

Text Example


Text Example

White with #FD80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD80CA; }

 p { color: rgb(253,128,202); }

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

background-color css

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

 a { background-color: rgb(253,128,202); }

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

border-color css

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

 span { border-color: rgb(253,128,202); }

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