Html Css Color HEX #FD81C9 Tea Rose

📋 copy color: '#FD81C9'

red 253 ◦ green 129 ◦ blue 201

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

Shades of Tea Rose #FD81C9

Tints of Tea Rose #FD81C9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.13%

 BLUE value IS 201 (78.91% from 255) = 34.48%

R = 43.4%
G = 22.13%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD81C9 (or 0xFD81C9) is known color: Tea Rose. HEX triplet: FD, 81 and C9. RGB value is (253,129,201). Sum of RGB (Red+Green+Blue) = 253+129+201=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81C9 is #027E36. Grayscale: #AEAEAE. Windows color (decimal): -163383 or 13206013. OLE color: 13206013.

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

Color convert

RGB 253 129 201 -
CMYK 0 0.49 0.21 0.01
HSL 325.16º 0.97% 0.75% -
HSV(B) 325.16º 0.49% 0.99% -
XYZ 58.9 40.8 60.03 -
YUV 174.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 253 129 201 0 0.49 0.21 0.01 325.16 0.97 0.75
Hex FD 81 C9 0 31 15 1 145 61 4B
Octal 375 201 311 0 61 25 1 505 141 113
Binary 11111101 10000001 11001001 0 110001 10101 1 101000101 1100001 1001011

Color Harmonies of #FD81C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD81C9

Black with #FD81C9

Text Example


Text Example

White with #FD81C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD81C9; }

 p { color: rgb(253,129,201); }

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

background-color css

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

 a { background-color: rgb(253,129,201); }

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

border-color css

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

 span { border-color: rgb(253,129,201); }

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