#FF84CB

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

Shades of Tea Rose #FF84CB

Tints of Tea Rose #FF84CB

Color information

#FF84CB (or 0xFF84CB) is unknown color: approx Tea Rose. HEX triplet: FF, 84 and CB. RGB value is (255,132,203). Sum of RGB (Red+Green+Blue) = 255+132+203=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84CB is #007B34. Grayscale: #B0B0B0. Windows color (decimal): -31541 or 13337855. OLE color: 13337855.

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

Color convert

RGB255132203-
CMYK00.480.200
HSL325.37º100%75.88%-
HSV(B)325.37º48.24%100%-
XYZ60.2742.0761.44-
YUV176.87142.75183.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=43.22%
G=22.37%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513220300.480.200325.3710075.88
HexFF84CB030140145644c
Octal377204313060240505144114
Binary111111111000010011001011011000010100010100010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF84CB; }

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

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

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

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

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

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

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

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