#FB80C8

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

Shades of Tea Rose #FB80C8

Tints of Tea Rose #FB80C8

Color information

#FB80C8 (or 0xFB80C8) is unknown color: approx Tea Rose. HEX triplet: FB, 80 and C8. RGB value is (251,128,200). Sum of RGB (Red+Green+Blue) = 251+128+200=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80C8 is #047F37. Grayscale: #ACACAC. Windows color (decimal): -294712 or 13140219. OLE color: 13140219.

HSL color Cylindrical-coordinate representation of color #FB80C8: hue angle of 324.88º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80C8 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251128200-
CMYK00.490.200.02
HSL324.88º93.89%74.31%-
HSV(B)324.88º49%98.43%-
XYZ57.9340.1259.33-
YUV172.98143.25183.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=43.35%
G=22.11%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112820000.490.200.02324.8893.8974.31
HexFB80C80311421455e4a
Octal373200310061242505136112
Binary1111101110000000110010000110001101001010100010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80C8; }

 p { color: rgb(251,128,200); }

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

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

 a { background-color: rgb(251,128,200); }

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

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

 span { border-color: rgb(251,128,200); }

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