Html Css Color HEX #FD80CE Tea Rose

📋 copy color: '#FD80CE'

red 253 ◦ green 128 ◦ blue 206

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

Shades of Tea Rose #FD80CE

Tints of Tea Rose #FD80CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 43.1%
G = 21.81%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD80CE (or 0xFD80CE) is known color: Tea Rose. HEX triplet: FD, 80 and CE. RGB value is (253,128,206). Sum of RGB (Red+Green+Blue) = 253+128+206=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80CE is #027F31. Grayscale: #AEAEAE. Windows color (decimal): -163634 or 13533437. OLE color: 13533437.

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

Color convert

RGB 253 128 206 -
CMYK 0 0.49 0.19 0.01
HSL 322.56º 0.97% 0.75% -
HSV(B) 322.56º 0.49% 0.99% -
XYZ 59.37 40.78 63.13 -
YUV 174.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 253 128 206 0 0.49 0.19 0.01 322.56 0.97 0.75
Hex FD 80 CE 0 31 13 1 143 61 4B
Octal 375 200 316 0 61 23 1 503 141 113
Binary 11111101 10000000 11001110 0 110001 10011 1 101000011 1100001 1001011

Color Harmonies of #FD80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD80CE

Black with #FD80CE

Text Example


Text Example

White with #FD80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD80CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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