#FD9FB1

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

Shades of Illusion #FD9FB1

Tints of Illusion #FD9FB1

Color information

#FD9FB1 (or 0xFD9FB1) is unknown color: approx Illusion. HEX triplet: FD, 9F and B1. RGB value is (253,159,177). Sum of RGB (Red+Green+Blue) = 253+159+177=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9FB1 is #02604E. Grayscale: #BDBDBD. Windows color (decimal): -155727 or 11640829. OLE color: 11640829.

HSL color Cylindrical-coordinate representation of color #FD9FB1: hue angle of 348.51º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FD9FB1 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253159177-
CMYK00.370.300.01
HSL348.51º95.92%80.78%-
HSV(B)348.51º37.15%99.22%-
XYZ60.8448.8547.82-
YUV189.16121.14173.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 177 (69.53% from 255) = 30.05%
R=42.95%
G=26.99%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315917700.370.300.01348.5195.9280.78
HexFD9FB10251E115d6051
Octal375237261045361535140121
Binary111111011001111110110001010010111110110101110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9FB1; }

 p { color: rgb(253,159,177); }

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

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

 a { background-color: rgb(253,159,177); }

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

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

 span { border-color: rgb(253,159,177); }

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