#FE8FD4

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

Shades of Tea Rose #FE8FD4

Tints of Tea Rose #FE8FD4

Color information

#FE8FD4 (or 0xFE8FD4) is unknown color: approx Tea Rose. HEX triplet: FE, 8F and D4. RGB value is (254,143,212). Sum of RGB (Red+Green+Blue) = 254+143+212=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FD4 is #01702B. Grayscale: #B7B7B7. Windows color (decimal): -94252 or 13930494. OLE color: 13930494.

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

Color convert

RGB254143212-
CMYK00.440.170.00
HSL322.7º98.23%77.84%-
HSV(B)322.7º43.7%99.61%-
XYZ62.5845.4767.77-
YUV184.06143.77177.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 143 (56.25% from 255) = 23.48%
BLUE value IS 212 (83.20% from 255) = 34.81%
R=41.71%
G=23.48%
B=34.81%

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
Decimal25414321200.440.170.00322.798.2377.84
HexFE8FD402C110143624e
Octal376217324054210503142116
Binary111111101000111111010100010110010001010100001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FD4; }

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

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

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

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

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

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

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

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