#FB7FC9

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

Shades of Tea Rose #FB7FC9

Tints of Tea Rose #FB7FC9

Color information

#FB7FC9 (or 0xFB7FC9) is unknown color: approx Tea Rose. HEX triplet: FB, 7F and C9. RGB value is (251,127,201). Sum of RGB (Red+Green+Blue) = 251+127+201=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FC9 is #048036. Grayscale: #ACACAC. Windows color (decimal): -294967 or 13205499. OLE color: 13205499.

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

Color convert

RGB251127201-
CMYK00.490.200.02
HSL324.19º93.94%74.12%-
HSV(B)324.19º49.4%98.43%-
XYZ57.9239.9159.91-
YUV172.51144.08183.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 127 (50% from 255) = 21.93%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=43.35%
G=21.93%
B=34.72%

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
Decimal25112720100.490.200.02324.1993.9474.12
HexFB7FC90311421445e4a
Octal373177311061242504136112
Binary111110111111111110010010110001101001010100010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7FC9; }

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

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

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

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

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

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

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

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