#FF83C2

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

Shades of Tea Rose #FF83C2

Tints of Tea Rose #FF83C2

Color information

#FF83C2 (or 0xFF83C2) is unknown color: approx Tea Rose. HEX triplet: FF, 83 and C2. RGB value is (255,131,194). Sum of RGB (Red+Green+Blue) = 255+131+194=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 131 (51.56% from 255 or 22.59% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83C2 is #007C3D. Grayscale: #AFAFAF. Windows color (decimal): -31806 or 12747775. OLE color: 12747775.

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

Color convert

RGB255131194-
CMYK00.490.240
HSL329.52º100%75.69%-
HSV(B)329.52º48.63%100%-
XYZ59.0941.3955.91-
YUV175.26138.58184.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 131 (51.56% from 255) = 22.59%
BLUE value IS 194 (76.17% from 255) = 33.45%
R=43.97%
G=22.59%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513119400.490.240329.5210075.69
HexFF83C203118014a644c
Octal377203302061300512144114
Binary111111111000001111000010011000111000010100101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83C2; }

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

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

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

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

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

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

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

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