#FE8CBD

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

Shades of Tea Rose #FE8CBD

Tints of Tea Rose #FE8CBD

Color information

#FE8CBD (or 0xFE8CBD) is unknown color: approx Tea Rose. HEX triplet: FE, 8C and BD. RGB value is (254,140,189). Sum of RGB (Red+Green+Blue) = 254+140+189=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CBD is #017342. Grayscale: #B3B3B3. Windows color (decimal): -95043 or 12422398. OLE color: 12422398.

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

Color convert

RGB254140189-
CMYK00.450.260.00
HSL334.21º98.28%77.25%-
HSV(B)334.21º44.88%99.61%-
XYZ59.4443.553.41-
YUV179.67133.27181.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 140 (55.08% from 255) = 24.01%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=43.57%
G=24.01%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414018900.450.260.00334.2198.2877.25
HexFE8CBD02D1A014e624d
Octal376214275055320516142115
Binary111111101000110010111101010110111010010100111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8CBD; }

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

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

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

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

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

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

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

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