#FE81D3

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

Shades of Tea Rose #FE81D3

Tints of Tea Rose #FE81D3

Color information

#FE81D3 (or 0xFE81D3) is unknown color: approx Tea Rose. HEX triplet: FE, 81 and D3. RGB value is (254,129,211). Sum of RGB (Red+Green+Blue) = 254+129+211=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81D3 is #017E2C. Grayscale: #AFAFAF. Windows color (decimal): -97837 or 13861374. OLE color: 13861374.

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

Color convert

RGB254129211-
CMYK00.490.170.00
HSL320.64º98.43%75.1%-
HSV(B)320.64º49.21%99.61%-
XYZ60.4841.4766.45-
YUV175.72147.91183.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 129 (50.78% from 255) = 21.72%
BLUE value IS 211 (82.81% from 255) = 35.52%
R=42.76%
G=21.72%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412921100.490.170.00320.6498.4375.1
HexFE81D3031110141624b
Octal376201323061210501142113
Binary111111101000000111010011011000110001010100000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE81D3; }

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

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

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

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

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

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

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

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