#FB80C9

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

Shades of Tea Rose #FB80C9

Tints of Tea Rose #FB80C9

Color information

#FB80C9 (or 0xFB80C9) is unknown color: approx Tea Rose. HEX triplet: FB, 80 and C9. RGB value is (251,128,201). Sum of RGB (Red+Green+Blue) = 251+128+201=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80C9 is #047F36. Grayscale: #ACACAC. Windows color (decimal): -294711 or 13205755. OLE color: 13205755.

HSL color Cylindrical-coordinate representation of color #FB80C9: hue angle of 324.39º 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 #FB80C9 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251128201-
CMYK00.490.200.02
HSL324.39º93.89%74.31%-
HSV(B)324.39º49%98.43%-
XYZ58.0540.1659.95-
YUV173.1143.75183.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 128 (50.39% from 255) = 22.07%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=43.28%
G=22.07%
B=34.66%

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
Decimal25112820100.490.200.02324.3993.8974.31
HexFB80C90311421445e4a
Octal373200311061242504136112
Binary1111101110000000110010010110001101001010100010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80C9; }

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

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

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

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

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

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

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

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