#FD93AF

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

Shades of Illusion #FD93AF

Tints of Illusion #FD93AF

Color information

#FD93AF (or 0xFD93AF) is unknown color: approx Illusion. HEX triplet: FD, 93 and AF. RGB value is (253,147,175). Sum of RGB (Red+Green+Blue) = 253+147+175=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD93AF is #026C50. Grayscale: #B5B5B5. Windows color (decimal): -158801 or 11506685. OLE color: 11506685.

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

Color convert

RGB253147175-
CMYK00.420.310.01
HSL344.15º96.36%78.43%-
HSV(B)344.15º41.9%99.22%-
XYZ58.6844.8546.12-
YUV181.89124.12178.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44%
GREEN value IS 147 (57.81% from 255) = 25.57%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=44%
G=25.57%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314717500.420.310.01344.1596.3678.43
HexFD93AF02A1F1158604e
Octal375223257052371530140116
Binary111111011001001110101111010101011111110101100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93AF; }

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

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

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

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

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

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

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

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