#FE8BB8

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

Shades of Tea Rose #FE8BB8

Tints of Tea Rose #FE8BB8

Color information

#FE8BB8 (or 0xFE8BB8) is unknown color: approx Tea Rose. HEX triplet: FE, 8B and B8. RGB value is (254,139,184). Sum of RGB (Red+Green+Blue) = 254+139+184=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BB8 is #017447. Grayscale: #B2B2B2. Windows color (decimal): -95304 or 12094462. OLE color: 12094462.

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

Color convert

RGB254139184-
CMYK00.450.280.00
HSL336.52º98.29%77.06%-
HSV(B)336.52º45.28%99.61%-
XYZ58.764350.55-
YUV178.52131.1181.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 139 (54.69% from 255) = 24.09%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=44.02%
G=24.09%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413918400.450.280.00336.5298.2977.06
HexFE8BB802D1C0151624d
Octal376213270055340521142115
Binary111111101000101110111000010110111100010101000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8BB8; }

 p { color: rgb(254,139,184); }

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

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

 a { background-color: rgb(254,139,184); }

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

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

 span { border-color: rgb(254,139,184); }

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