#FD97BA

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

Shades of Illusion #FD97BA

Tints of Illusion #FD97BA

Color information

#FD97BA (or 0xFD97BA) is unknown color: approx Illusion. HEX triplet: FD, 97 and BA. RGB value is (253,151,186). Sum of RGB (Red+Green+Blue) = 253+151+186=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD97BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD97BA is #026845. Grayscale: #B9B9B9. Windows color (decimal): -157766 or 12228605. OLE color: 12228605.

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

Color convert

RGB253151186-
CMYK00.400.260.01
HSL339.41º96.23%79.22%-
HSV(B)339.41º40.32%99.22%-
XYZ60.4446.5652.26-
YUV185.49128.29176.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=42.88%
G=25.59%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315118600.400.260.01339.4196.2379.22
HexFD97BA0281A1153604f
Octal375227272050321523140117
Binary111111011001011110111010010100011010110101001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD97BA; }

 p { color: rgb(253,151,186); }

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

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

 a { background-color: rgb(253,151,186); }

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

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

 span { border-color: rgb(253,151,186); }

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