#FD97AE

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

Shades of Illusion #FD97AE

Tints of Illusion #FD97AE

Color information

#FD97AE (or 0xFD97AE) is unknown color: approx Illusion. HEX triplet: FD, 97 and AE. RGB value is (253,151,174). Sum of RGB (Red+Green+Blue) = 253+151+174=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD97AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD97AE is #026851. Grayscale: #B8B8B8. Windows color (decimal): -157778 or 11442173. OLE color: 11442173.

HSL color Cylindrical-coordinate representation of color #FD97AE: hue angle of 346.47º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD97AE is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB253151174-
CMYK00.400.310.01
HSL346.47º96.23%79.22%-
HSV(B)346.47º40.32%99.22%-
XYZ59.2146.0745.82-
YUV184.12122.29177.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.77%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=43.77%
G=26.12%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315117400.400.310.01346.4796.2379.22
HexFD97AE0281F115a604f
Octal375227256050371532140117
Binary111111011001011110101110010100011111110101101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD97AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD97AE; }

 p { color: rgb(253,151,174); }

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

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

 a { background-color: rgb(253,151,174); }

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

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

 span { border-color: rgb(253,151,174); }

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