#FF83C1

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

Shades of Tea Rose #FF83C1

Tints of Tea Rose #FF83C1

Color information

#FF83C1 (or 0xFF83C1) is unknown color: approx Tea Rose. HEX triplet: FF, 83 and C1. RGB value is (255,131,193). Sum of RGB (Red+Green+Blue) = 255+131+193=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83C1 is #007C3E. Grayscale: #AFAFAF. Windows color (decimal): -31807 or 12682239. OLE color: 12682239.

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

Color convert

RGB255131193-
CMYK00.490.240
HSL330º100%75.69%-
HSV(B)330º48.63%100%-
XYZ58.9841.3455.32-
YUV175.14138.08184.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 131 (51.56% from 255) = 22.63%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=44.04%
G=22.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513119300.490.24033010075.69
HexFF83C103118014a644c
Octal377203301061300512144114
Binary111111111000001111000001011000111000010100101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83C1; }

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

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

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

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

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

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

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

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