#FF8BCF

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

Shades of Tea Rose #FF8BCF

Tints of Tea Rose #FF8BCF

Color information

#FF8BCF (or 0xFF8BCF) is unknown color: approx Tea Rose. HEX triplet: FF, 8B and CF. RGB value is (255,139,207). Sum of RGB (Red+Green+Blue) = 255+139+207=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BCF is #007430. Grayscale: #B5B5B5. Windows color (decimal): -29745 or 13601791. OLE color: 13601791.

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

Color convert

RGB255139207-
CMYK00.450.190
HSL324.83º100%77.25%-
HSV(B)324.83º45.49%100%-
XYZ61.7444.2364.31-
YUV181.44142.43180.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 139 (54.69% from 255) = 23.13%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=42.43%
G=23.13%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513920700.450.190324.8310077.25
HexFF8BCF02D130145644d
Octal377213317055230505144115
Binary111111111000101111001111010110110011010100010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8BCF; }

 p { color: rgb(255,139,207); }

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

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

 a { background-color: rgb(255,139,207); }

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

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

 span { border-color: rgb(255,139,207); }

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