#FE8FD3

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

Shades of Tea Rose #FE8FD3

Tints of Tea Rose #FE8FD3

Color information

#FE8FD3 (or 0xFE8FD3) is unknown color: approx Tea Rose. HEX triplet: FE, 8F and D3. RGB value is (254,143,211). Sum of RGB (Red+Green+Blue) = 254+143+211=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FD3 is #01702C. Grayscale: #B7B7B7. Windows color (decimal): -94253 or 13864958. OLE color: 13864958.

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

Color convert

RGB254143211-
CMYK00.440.170.00
HSL323.24º98.23%77.84%-
HSV(B)323.24º43.7%99.61%-
XYZ62.4545.4267.1-
YUV183.94143.27177.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 143 (56.25% from 255) = 23.52%
BLUE value IS 211 (82.81% from 255) = 34.70%
R=41.78%
G=23.52%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414321100.440.170.00323.2498.2377.84
HexFE8FD302C110143624e
Octal376217323054210503142116
Binary111111101000111111010011010110010001010100001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FD3; }

 p { color: rgb(254,143,211); }

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

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

 a { background-color: rgb(254,143,211); }

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

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

 span { border-color: rgb(254,143,211); }

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