#FE8AD0

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

Shades of Tea Rose #FE8AD0

Tints of Tea Rose #FE8AD0

Color information

#FE8AD0 (or 0xFE8AD0) is unknown color: approx Tea Rose. HEX triplet: FE, 8A and D0. RGB value is (254,138,208). Sum of RGB (Red+Green+Blue) = 254+138+208=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AD0 is #01752F. Grayscale: #B4B4B4. Windows color (decimal): -95536 or 13667070. OLE color: 13667070.

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

Color convert

RGB254138208-
CMYK00.460.180.00
HSL323.79º98.31%76.86%-
HSV(B)323.79º45.67%99.61%-
XYZ61.3543.864.9-
YUV180.66143.43180.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 138 (54.30% from 255) = 23%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=42.33%
G=23%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413820800.460.180.00323.7998.3176.86
HexFE8AD002E120144624d
Octal376212320056220504142115
Binary111111101000101011010000010111010010010100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8AD0; }

 p { color: rgb(254,138,208); }

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

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

 a { background-color: rgb(254,138,208); }

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

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

 span { border-color: rgb(254,138,208); }

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