#FE81D4

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

Shades of Tea Rose #FE81D4

Tints of Tea Rose #FE81D4

Color information

#FE81D4 (or 0xFE81D4) is unknown color: approx Tea Rose. HEX triplet: FE, 81 and D4. RGB value is (254,129,212). Sum of RGB (Red+Green+Blue) = 254+129+212=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81D4 is #017E2B. Grayscale: #AFAFAF. Windows color (decimal): -97836 or 13926910. OLE color: 13926910.

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

Color convert

RGB254129212-
CMYK00.490.170.00
HSL320.16º98.43%75.1%-
HSV(B)320.16º49.21%99.61%-
XYZ60.6141.5267.11-
YUV175.84148.41183.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 129 (50.78% from 255) = 21.68%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=42.69%
G=21.68%
B=35.63%

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
Decimal25412921200.490.170.00320.1698.4375.1
HexFE81D4031110140624b
Octal376201324061210500142113
Binary111111101000000111010100011000110001010100000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE81D4; }

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

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

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

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

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

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

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

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