#FD99AE

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

Shades of Illusion #FD99AE

Tints of Illusion #FD99AE

Color information

#FD99AE (or 0xFD99AE) is unknown color: approx Illusion. HEX triplet: FD, 99 and AE. RGB value is (253,153,174). Sum of RGB (Red+Green+Blue) = 253+153+174=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD99AE is #026651. Grayscale: #B9B9B9. Windows color (decimal): -157266 or 11442685. OLE color: 11442685.

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

Color convert

RGB253153174-
CMYK00.400.310.01
HSL347.4º96.15%79.61%-
HSV(B)347.4º39.53%99.22%-
XYZ59.5446.7245.92-
YUV185.29121.63176.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.62%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 174 (68.36% from 255) = 30%
R=43.62%
G=26.38%
B=30%

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
Decimal25315317400.400.310.01347.496.1579.61
HexFD99AE0281F115b6050
Octal375231256050371533140120
Binary111111011001100110101110010100011111110101101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD99AE; }

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

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

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

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

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

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

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

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