#FD93CF

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

Shades of Tea Rose #FD93CF

Tints of Tea Rose #FD93CF

Color information

#FD93CF (or 0xFD93CF) is unknown color: approx Tea Rose. HEX triplet: FD, 93 and CF. RGB value is (253,147,207). Sum of RGB (Red+Green+Blue) = 253+147+207=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD93CF is #026C30. Grayscale: #B9B9B9. Windows color (decimal): -158769 or 13603837. OLE color: 13603837.

HSL color Cylindrical-coordinate representation of color #FD93CF: hue angle of 326.04º 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 #FD93CF is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253147207-
CMYK00.420.180.01
HSL326.04º96.36%78.43%-
HSV(B)326.04º41.9%99.22%-
XYZ62.246.2664.68-
YUV185.53140.12176.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 147 (57.81% from 255) = 24.22%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=41.68%
G=24.22%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314720700.420.180.01326.0496.3678.43
HexFD93CF02A121146604e
Octal375223317052221506140116
Binary111111011001001111001111010101010010110100011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93CF; }

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

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

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

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

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

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

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

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