#FD81C4

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

Shades of Tea Rose #FD81C4

Tints of Tea Rose #FD81C4

Color information

#FD81C4 (or 0xFD81C4) is unknown color: approx Tea Rose. HEX triplet: FD, 81 and C4. RGB value is (253,129,196). Sum of RGB (Red+Green+Blue) = 253+129+196=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81C4 is #027E3B. Grayscale: #ADADAD. Windows color (decimal): -163388 or 12878333. OLE color: 12878333.

HSL color Cylindrical-coordinate representation of color #FD81C4: hue angle of 327.58º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD81C4 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253129196-
CMYK00.490.230.01
HSL327.58º96.88%74.9%-
HSV(B)327.58º49.01%99.22%-
XYZ58.3240.5756.98-
YUV173.71140.58184.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.77%
GREEN value IS 129 (50.78% from 255) = 22.32%
BLUE value IS 196 (76.95% from 255) = 33.91%
R=43.77%
G=22.32%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312919600.490.230.01327.5896.8874.9
HexFD81C4031171148614b
Octal375201304061271510141113
Binary111111011000000111000100011000110111110100100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD81C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD81C4; }

 p { color: rgb(253,129,196); }

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

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

 a { background-color: rgb(253,129,196); }

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

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

 span { border-color: rgb(253,129,196); }

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