#fe7bc5

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

Shades of Tea Rose #FE7BC5

Tints of Tea Rose #FE7BC5

Color information

#FE7BC5 (or 0xFE7BC5) is unknown color: approx Tea Rose. HEX triplet: FE, 7B and C5. RGB value is (254,123,197). Sum of RGB (Red+Green+Blue) = 254+123+197=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BC5 is #01843A. Grayscale: #AAAAAA. Windows color (decimal): -99387 or 12942334. OLE color: 12942334.

HSL color Cylindrical-coordinate representation of color #FE7BC5: hue angle of 326.11º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7BC5 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB254123197-
CMYK00.520.220.00
HSL326.11º98.5%73.92%-
HSV(B)326.11º51.57%99.61%-
XYZ58.0339.2757.34-
YUV170.6142.9187.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 123 (48.44% from 255) = 21.43%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=44.25%
G=21.43%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412319700.520.220.00326.1198.573.92
HexFE7BC5034160146624a
Octal376173305064260506142112
Binary11111110111101111000101011010010110010100011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe7bc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe7bc5; }

 p { color: rgb(254,123,197); }

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

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

 a { background-color: rgb(254,123,197); }

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

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

 span { border-color: rgb(254,123,197); }

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