#FF83C7

Color #FF83C7 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FF83C7

Tints of Tea Rose #FF83C7

Color information

#FF83C7 (or 0xFF83C7) is unknown color: approx Tea Rose. HEX triplet: FF, 83 and C7. RGB value is (255,131,199). Sum of RGB (Red+Green+Blue) = 255+131+199=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83C7 is #007C38. Grayscale: #AFAFAF. Windows color (decimal): -31801 or 13075455. OLE color: 13075455.

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

Color convert

RGB255131199-
CMYK00.490.220
HSL327.1º100%75.69%-
HSV(B)327.1º48.63%100%-
XYZ59.6741.6258.92-
YUV175.83141.08184.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 131 (51.56% from 255) = 22.39%
BLUE value IS 199 (78.12% from 255) = 34.02%
R=43.59%
G=22.39%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513119900.490.220327.110075.69
HexFF83C7031160147644c
Octal377203307061260507144114
Binary111111111000001111000111011000110110010100011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83C7; }

 p { color: rgb(255,131,199); }

 H1.HeaderClassName
 {
   color: #FF83C7;
 }
 .AnyTagClassName
 {
   color: #FF83C7;
 }
</style>
background-color css

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

 a { background-color: rgb(255,131,199); }

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

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

 span { border-color: rgb(255,131,199); }

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