#FB80C4

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

Shades of Tea Rose #FB80C4

Tints of Tea Rose #FB80C4

Color information

#FB80C4 (or 0xFB80C4) is unknown color: approx Tea Rose. HEX triplet: FB, 80 and C4. RGB value is (251,128,196). Sum of RGB (Red+Green+Blue) = 251+128+196=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80C4 is #047F3B. Grayscale: #ACACAC. Windows color (decimal): -294716 or 12878075. OLE color: 12878075.

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

Color convert

RGB251128196-
CMYK00.490.220.02
HSL326.83º93.89%74.31%-
HSV(B)326.83º49%98.43%-
XYZ57.4739.9356.9-
YUV172.53141.25183.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 128 (50.39% from 255) = 22.26%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=43.65%
G=22.26%
B=34.09%

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
Decimal25112819600.490.220.02326.8393.8974.31
HexFB80C40311621475e4a
Octal373200304061262507136112
Binary1111101110000000110001000110001101101010100011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80C4; }

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

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

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

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

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

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

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

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