#FF83CB

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

Shades of Tea Rose #FF83CB

Tints of Tea Rose #FF83CB

Color information

#FF83CB (or 0xFF83CB) is unknown color: approx Tea Rose. HEX triplet: FF, 83 and CB. RGB value is (255,131,203). Sum of RGB (Red+Green+Blue) = 255+131+203=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83CB is #007C34. Grayscale: #B0B0B0. Windows color (decimal): -31797 or 13337599. OLE color: 13337599.

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

Color convert

RGB255131203-
CMYK00.490.200
HSL325.16º100%75.69%-
HSV(B)325.16º48.63%100%-
XYZ60.1441.861.4-
YUV176.28143.08184.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 131 (51.56% from 255) = 22.24%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=43.29%
G=22.24%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513120300.490.200325.1610075.69
HexFF83CB031140145644c
Octal377203313061240505144114
Binary111111111000001111001011011000110100010100010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83CB; }

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

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

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

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

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

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

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

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