#FD98AD

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

Shades of Illusion #FD98AD

Tints of Illusion #FD98AD

Color information

#FD98AD (or 0xFD98AD) is unknown color: approx Illusion. HEX triplet: FD, 98 and AD. RGB value is (253,152,173). Sum of RGB (Red+Green+Blue) = 253+152+173=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD98AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD98AD is #026752. Grayscale: #B8B8B8. Windows color (decimal): -157523 or 11376893. OLE color: 11376893.

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

Color convert

RGB253152173-
CMYK00.400.320.01
HSL347.52º96.19%79.41%-
HSV(B)347.52º39.92%99.22%-
XYZ59.2846.3645.36-
YUV184.59121.46176.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.77%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=43.77%
G=26.30%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315217300.400.320.01347.5296.1979.41
HexFD98AD02820115c604f
Octal375230255050401534140117
Binary1111110110011000101011010101000100000110101110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD98AD; }

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

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

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

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

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

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

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

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