#FD98AF

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

Shades of Illusion #FD98AF

Tints of Illusion #FD98AF

Color information

#FD98AF (or 0xFD98AF) is unknown color: approx Illusion. HEX triplet: FD, 98 and AF. RGB value is (253,152,175). Sum of RGB (Red+Green+Blue) = 253+152+175=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD98AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD98AF is #026750. Grayscale: #B8B8B8. Windows color (decimal): -157521 or 11507965. OLE color: 11507965.

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

Color convert

RGB253152175-
CMYK00.400.310.01
HSL346.34º96.19%79.41%-
HSV(B)346.34º39.92%99.22%-
XYZ59.4746.4346.39-
YUV184.82122.46176.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.62%
GREEN value IS 152 (59.77% from 255) = 26.21%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=43.62%
G=26.21%
B=30.17%

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
Decimal25315217500.400.310.01346.3496.1979.41
HexFD98AF0281F115a604f
Octal375230257050371532140117
Binary111111011001100010101111010100011111110101101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD98AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD98AF; }

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

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

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

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

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

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

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

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