#FE81C3

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

Shades of Tea Rose #FE81C3

Tints of Tea Rose #FE81C3

Color information

#FE81C3 (or 0xFE81C3) is unknown color: approx Tea Rose. HEX triplet: FE, 81 and C3. RGB value is (254,129,195). Sum of RGB (Red+Green+Blue) = 254+129+195=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81C3 is #017E3C. Grayscale: #ADADAD. Windows color (decimal): -97853 or 12812798. OLE color: 12812798.

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

Color convert

RGB254129195-
CMYK00.490.230.00
HSL328.32º98.43%75.1%-
HSV(B)328.32º49.21%99.61%-
XYZ58.5740.7156.4-
YUV173.9139.91185.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.94%
GREEN value IS 129 (50.78% from 255) = 22.32%
BLUE value IS 195 (76.56% from 255) = 33.74%
R=43.94%
G=22.32%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412919500.490.230.00328.3298.4375.1
HexFE81C3031170148624b
Octal376201303061270510142113
Binary111111101000000111000011011000110111010100100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE81C3; }

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

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

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

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

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

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

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

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