#FB80C5

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

Shades of Tea Rose #FB80C5

Tints of Tea Rose #FB80C5

Color information

#FB80C5 (or 0xFB80C5) is unknown color: approx Tea Rose. HEX triplet: FB, 80 and C5. RGB value is (251,128,197). Sum of RGB (Red+Green+Blue) = 251+128+197=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80C5 is #047F3A. Grayscale: #ACACAC. Windows color (decimal): -294715 or 12943611. OLE color: 12943611.

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

Color convert

RGB251128197-
CMYK00.490.220.02
HSL326.34º93.89%74.31%-
HSV(B)326.34º49%98.43%-
XYZ57.5839.9857.51-
YUV172.64141.75183.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 128 (50.39% from 255) = 22.22%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=43.58%
G=22.22%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112819700.490.220.02326.3493.8974.31
HexFB80C50311621465e4a
Octal373200305061262506136112
Binary1111101110000000110001010110001101101010100011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80C5; }

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

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

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

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

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

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

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

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