#FB7FCB

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

Shades of Tea Rose #FB7FCB

Tints of Tea Rose #FB7FCB

Color information

#FB7FCB (or 0xFB7FCB) is unknown color: approx Tea Rose. HEX triplet: FB, 7F and CB. RGB value is (251,127,203). Sum of RGB (Red+Green+Blue) = 251+127+203=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FCB is #048034. Grayscale: #ACACAC. Windows color (decimal): -294965 or 13336571. OLE color: 13336571.

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

Color convert

RGB251127203-
CMYK00.490.190.02
HSL323.23º93.94%74.12%-
HSV(B)323.23º49.4%98.43%-
XYZ58.154061.16-
YUV172.74145.08183.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 127 (50% from 255) = 21.86%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=43.20%
G=21.86%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112720300.490.190.02323.2393.9474.12
HexFB7FCB0311321435e4a
Octal373177313061232503136112
Binary111110111111111110010110110001100111010100001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7FCB; }

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

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

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

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

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

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

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

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