#FD8DB6

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

Shades of Illusion #FD8DB6

Tints of Illusion #FD8DB6

Color information

#FD8DB6 (or 0xFD8DB6) is unknown color: approx Illusion. HEX triplet: FD, 8D and B6. RGB value is (253,141,182). Sum of RGB (Red+Green+Blue) = 253+141+182=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DB6 is #027249. Grayscale: #B3B3B3. Windows color (decimal): -160330 or 11963901. OLE color: 11963901.

HSL color Cylindrical-coordinate representation of color #FD8DB6: hue angle of 338.04º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8DB6 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253141182-
CMYK00.440.280.01
HSL338.04º96.55%77.25%-
HSV(B)338.04º44.27%99.22%-
XYZ58.4843.3149.53-
YUV179.16129.61180.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 182 (71.48% from 255) = 31.60%
R=43.92%
G=24.48%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314118200.440.280.01338.0496.5577.25
HexFD8DB602C1C1152614d
Octal375215266054341522141115
Binary111111011000110110110110010110011100110101001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8DB6; }

 p { color: rgb(253,141,182); }

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

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

 a { background-color: rgb(253,141,182); }

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

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

 span { border-color: rgb(253,141,182); }

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