#FF8CB9

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

Shades of Tea Rose #FF8CB9

Tints of Tea Rose #FF8CB9

Color information

#FF8CB9 (or 0xFF8CB9) is unknown color: approx Tea Rose. HEX triplet: FF, 8C and B9. RGB value is (255,140,185). Sum of RGB (Red+Green+Blue) = 255+140+185=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CB9 is #007346. Grayscale: #B3B3B3. Windows color (decimal): -29511 or 12160255. OLE color: 12160255.

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

Color convert

RGB255140185-
CMYK00.450.270
HSL336.52º100%77.45%-
HSV(B)336.52º45.1%100%-
XYZ59.3843.5251.17-
YUV179.52131.1181.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=43.97%
G=24.14%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514018500.450.270336.5210077.45
HexFF8CB902D1B0151644d
Octal377214271055330521144115
Binary111111111000110010111001010110111011010101000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8CB9; }

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

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

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

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

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

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

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

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