Html Css Color HEX #FF81C6 Tea Rose

📋 copy color: '#FF81C6'

red 255 ◦ green 129 ◦ blue 198

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

Shades of Tea Rose #FF81C6

Tints of Tea Rose #FF81C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.02%

R = 43.81%
G = 22.16%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF81C6 (or 0xFF81C6) is known color: Tea Rose. HEX triplet: FF, 81 and C6. RGB value is (255,129,198). Sum of RGB (Red+Green+Blue) = 255+129+198=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81C6 is #007E39. Grayscale: #AEAEAE. Windows color (decimal): -32314 or 13009407. OLE color: 13009407.

HSL color Cylindrical-coordinate representation of color #FF81C6: hue angle of 327.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF81C6 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 129 198 -
CMYK 0 0.49 0.22 0
HSL 327.14º 1% 0.75% -
HSV(B) 327.14º 0.49% 1% -
XYZ 59.28 41.04 58.22 -
YUV 174.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 255 129 198 0 0.49 0.22 0 327.14 1 0.75
Hex FF 81 C6 0 31 16 0 147 64 4B
Octal 377 201 306 0 61 26 0 507 144 113
Binary 11111111 10000001 11000110 0 110001 10110 0 101000111 1100100 1001011

Color Harmonies of #FF81C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81C6

Black with #FF81C6

Text Example


Text Example

White with #FF81C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81C6; }

 p { color: rgb(255,129,198); }

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

background-color css

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

 a { background-color: rgb(255,129,198); }

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

border-color css

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

 span { border-color: rgb(255,129,198); }

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