#FD93C0

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

Shades of Tea Rose #FD93C0

Tints of Tea Rose #FD93C0

Color information

#FD93C0 (or 0xFD93C0) is unknown color: approx Tea Rose. HEX triplet: FD, 93 and C0. RGB value is (253,147,192). Sum of RGB (Red+Green+Blue) = 253+147+192=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD93C0 is #026C3F. Grayscale: #B7B7B7. Windows color (decimal): -158784 or 12620797. OLE color: 12620797.

HSL color Cylindrical-coordinate representation of color #FD93C0: hue angle of 334.53º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD93C0 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB253147192-
CMYK00.420.240.01
HSL334.53º96.36%78.43%-
HSV(B)334.53º41.9%99.22%-
XYZ60.4645.5655.48-
YUV183.82132.62177.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.74%
GREEN value IS 147 (57.81% from 255) = 24.83%
BLUE value IS 192 (75.39% from 255) = 32.43%
R=42.74%
G=24.83%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314719200.420.240.01334.5396.3678.43
HexFD93C002A18114f604e
Octal375223300052301517140116
Binary111111011001001111000000010101011000110100111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93C0; }

 p { color: rgb(253,147,192); }

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

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

 a { background-color: rgb(253,147,192); }

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

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

 span { border-color: rgb(253,147,192); }

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