#FE8CBE

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

Shades of Tea Rose #FE8CBE

Tints of Tea Rose #FE8CBE

Color information

#FE8CBE (or 0xFE8CBE) is unknown color: approx Tea Rose. HEX triplet: FE, 8C and BE. RGB value is (254,140,190). Sum of RGB (Red+Green+Blue) = 254+140+190=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CBE is #017341. Grayscale: #B3B3B3. Windows color (decimal): -95042 or 12487934. OLE color: 12487934.

HSL color Cylindrical-coordinate representation of color #FE8CBE: hue angle of 333.68º 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 #FE8CBE is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254140190-
CMYK00.450.250.00
HSL333.68º98.28%77.25%-
HSV(B)333.68º44.88%99.61%-
XYZ59.5543.5453.98-
YUV179.79133.77180.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 140 (55.08% from 255) = 23.97%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=43.49%
G=23.97%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414019000.450.250.00333.6898.2877.25
HexFE8CBE02D19014e624d
Octal376214276055310516142115
Binary111111101000110010111110010110111001010100111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8CBE; }

 p { color: rgb(254,140,190); }

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

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

 a { background-color: rgb(254,140,190); }

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

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

 span { border-color: rgb(254,140,190); }

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