#FD9FAD

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

Shades of Illusion #FD9FAD

Tints of Illusion #FD9FAD

Color information

#FD9FAD (or 0xFD9FAD) is unknown color: approx Illusion. HEX triplet: FD, 9F and AD. RGB value is (253,159,173). Sum of RGB (Red+Green+Blue) = 253+159+173=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9FAD is #026052. Grayscale: #BCBCBC. Windows color (decimal): -155731 or 11378685. OLE color: 11378685.

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

Color convert

RGB253159173-
CMYK00.370.320.01
HSL351.06º95.92%80.78%-
HSV(B)351.06º37.15%99.22%-
XYZ60.4548.745.75-
YUV188.7119.14173.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=43.25%
G=27.18%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315917300.370.320.01351.0695.9280.78
HexFD9FAD02520115f6051
Octal375237255045401537140121
Binary1111110110011111101011010100101100000110101111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9FAD; }

 p { color: rgb(253,159,173); }

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

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

 a { background-color: rgb(253,159,173); }

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

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

 span { border-color: rgb(253,159,173); }

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