#FD9EAE

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

Shades of Illusion #FD9EAE

Tints of Illusion #FD9EAE

Color information

#FD9EAE (or 0xFD9EAE) is unknown color: approx Illusion. HEX triplet: FD, 9E and AE. RGB value is (253,158,174). Sum of RGB (Red+Green+Blue) = 253+158+174=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9EAE is #026151. Grayscale: #BCBCBC. Windows color (decimal): -155986 or 11443965. OLE color: 11443965.

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

Color convert

RGB253158174-
CMYK00.380.310.01
HSL349.89º95.96%80.59%-
HSV(B)349.89º37.55%99.22%-
XYZ60.3748.3946.2-
YUV188.23119.97174.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 158 (62.11% from 255) = 27.01%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=43.25%
G=27.01%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315817400.380.310.01349.8995.9680.59
HexFD9EAE0261F115e6051
Octal375236256046371536140121
Binary111111011001111010101110010011011111110101111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EAE; }

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

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

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

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

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

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

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

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