#FF8CBA

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

Shades of Tea Rose #FF8CBA

Tints of Tea Rose #FF8CBA

Color information

#FF8CBA (or 0xFF8CBA) is unknown color: approx Tea Rose. HEX triplet: FF, 8C and BA. RGB value is (255,140,186). Sum of RGB (Red+Green+Blue) = 255+140+186=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CBA is #007345. Grayscale: #B3B3B3. Windows color (decimal): -29510 or 12225791. OLE color: 12225791.

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

Color convert

RGB255140186-
CMYK00.450.270
HSL336º100%77.45%-
HSV(B)336º45.1%100%-
XYZ59.4843.5651.73-
YUV179.63131.6181.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 140 (55.08% from 255) = 24.10%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=43.89%
G=24.10%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514018600.450.27033610077.45
HexFF8CBA02D1B0150644d
Octal377214272055330520144115
Binary111111111000110010111010010110111011010101000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8CBA; }

 p { color: rgb(255,140,186); }

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

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

 a { background-color: rgb(255,140,186); }

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

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

 span { border-color: rgb(255,140,186); }

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