#FB7ECA

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

Shades of Tea Rose #FB7ECA

Tints of Tea Rose #FB7ECA

Color information

#FB7ECA (or 0xFB7ECA) is unknown color: approx Tea Rose. HEX triplet: FB, 7E and CA. RGB value is (251,126,202). Sum of RGB (Red+Green+Blue) = 251+126+202=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ECA is #048135. Grayscale: #ABABAB. Windows color (decimal): -295222 or 13270779. OLE color: 13270779.

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

Color convert

RGB251126202-
CMYK00.500.200.02
HSL323.52º93.98%73.92%-
HSV(B)323.52º49.8%98.43%-
XYZ57.9139.760.49-
YUV172.04144.91184.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 126 (49.61% from 255) = 21.76%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=43.35%
G=21.76%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112620200.500.200.02323.5293.9873.92
HexFB7ECA0321421445e4a
Octal373176312062242504136112
Binary111110111111110110010100110010101001010100010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7ECA; }

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

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

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

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

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

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

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

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