#FB7ECB

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

Shades of Tea Rose #FB7ECB

Tints of Tea Rose #FB7ECB

Color information

#FB7ECB (or 0xFB7ECB) is unknown color: approx Tea Rose. HEX triplet: FB, 7E and CB. RGB value is (251,126,203). Sum of RGB (Red+Green+Blue) = 251+126+203=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ECB is #048134. Grayscale: #ABABAB. Windows color (decimal): -295221 or 13336315. OLE color: 13336315.

HSL color Cylindrical-coordinate representation of color #FB7ECB: hue angle of 323.04º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7ECB is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251126203-
CMYK00.500.190.02
HSL323.04º93.98%73.92%-
HSV(B)323.04º49.8%98.43%-
XYZ58.0239.7461.11-
YUV172.15145.41184.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 126 (49.61% from 255) = 21.72%
BLUE value IS 203 (79.69% from 255) = 35%
R=43.28%
G=21.72%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112620300.500.190.02323.0493.9873.92
HexFB7ECB0321321435e4a
Octal373176313062232503136112
Binary111110111111110110010110110010100111010100001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7ECB; }

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

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

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

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

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

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

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

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