#FF8DCF

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

Shades of Tea Rose #FF8DCF

Tints of Tea Rose #FF8DCF

Color information

#FF8DCF (or 0xFF8DCF) is unknown color: approx Tea Rose. HEX triplet: FF, 8D and CF. RGB value is (255,141,207). Sum of RGB (Red+Green+Blue) = 255+141+207=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DCF is #007230. Grayscale: #B6B6B6. Windows color (decimal): -29233 or 13602303. OLE color: 13602303.

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

Color convert

RGB255141207-
CMYK00.450.190
HSL325.26º100%77.65%-
HSV(B)325.26º44.71%100%-
XYZ62.0344.8164.41-
YUV182.61141.77179.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 141 (55.47% from 255) = 23.38%
BLUE value IS 207 (81.25% from 255) = 34.33%
R=42.29%
G=23.38%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514120700.450.190325.2610077.65
HexFF8DCF02D130145644e
Octal377215317055230505144116
Binary111111111000110111001111010110110011010100010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8DCF; }

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

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

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

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

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

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

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

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