#fd98b3

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

Shades of Illusion #FD98B3

Tints of Illusion #FD98B3

Color information

#FD98B3 (or 0xFD98B3) is unknown color: approx Illusion. HEX triplet: FD, 98 and B3. RGB value is (253,152,179). Sum of RGB (Red+Green+Blue) = 253+152+179=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD98B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD98B3 is #02674C. Grayscale: #B9B9B9. Windows color (decimal): -157517 or 11770109. OLE color: 11770109.

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

Color convert

RGB253152179-
CMYK00.400.290.01
HSL343.96º96.19%79.41%-
HSV(B)343.96º39.92%99.22%-
XYZ59.8746.5948.49-
YUV185.28124.46176.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 152 (59.77% from 255) = 26.03%
BLUE value IS 179 (70.31% from 255) = 30.65%
R=43.32%
G=26.03%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315217900.400.290.01343.9696.1979.41
HexFD98B30281D1158604f
Octal375230263050351530140117
Binary111111011001100010110011010100011101110101100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd98b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd98b3; }

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

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

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

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

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

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

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

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