#FD9FAC

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

Shades of Illusion #FD9FAC

Tints of Illusion #FD9FAC

Color information

#FD9FAC (or 0xFD9FAC) is unknown color: approx Illusion. HEX triplet: FD, 9F and AC. RGB value is (253,159,172). Sum of RGB (Red+Green+Blue) = 253+159+172=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9FAC is #026053. Grayscale: #BCBCBC. Windows color (decimal): -155732 or 11313149. OLE color: 11313149.

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

Color convert

RGB253159172-
CMYK00.370.320.01
HSL351.7º95.92%80.78%-
HSV(B)351.7º37.15%99.22%-
XYZ60.3548.6645.24-
YUV188.59118.64173.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 172 (67.58% from 255) = 29.45%
R=43.32%
G=27.23%
B=29.45%

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
Decimal25315917200.370.320.01351.795.9280.78
HexFD9FAC0252011606051
Octal375237254045401540140121
Binary1111110110011111101011000100101100000110110000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9FAC; }

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

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

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

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

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

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

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

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