#FE8FD2

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

Shades of Tea Rose #FE8FD2

Tints of Tea Rose #FE8FD2

Color information

#FE8FD2 (or 0xFE8FD2) is unknown color: approx Tea Rose. HEX triplet: FE, 8F and D2. RGB value is (254,143,210). Sum of RGB (Red+Green+Blue) = 254+143+210=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FD2 is #01702D. Grayscale: #B7B7B7. Windows color (decimal): -94254 or 13799422. OLE color: 13799422.

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

Color convert

RGB254143210-
CMYK00.440.170.00
HSL323.78º98.23%77.84%-
HSV(B)323.78º43.7%99.61%-
XYZ62.3345.3766.44-
YUV183.83142.77178.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 143 (56.25% from 255) = 23.56%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=41.85%
G=23.56%
B=34.60%

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
Decimal25414321000.440.170.00323.7898.2377.84
HexFE8FD202C110144624e
Octal376217322054210504142116
Binary111111101000111111010010010110010001010100010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FD2; }

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

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

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

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

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

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

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

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