#FD8DB4

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

Shades of Illusion #FD8DB4

Tints of Illusion #FD8DB4

Color information

#FD8DB4 (or 0xFD8DB4) is unknown color: approx Illusion. HEX triplet: FD, 8D and B4. RGB value is (253,141,180). Sum of RGB (Red+Green+Blue) = 253+141+180=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DB4 is #02724B. Grayscale: #B2B2B2. Windows color (decimal): -160332 or 11832829. OLE color: 11832829.

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

Color convert

RGB253141180-
CMYK00.440.290.01
HSL339.11º96.55%77.25%-
HSV(B)339.11º44.27%99.22%-
XYZ58.2743.2348.45-
YUV178.93128.61180.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 141 (55.47% from 255) = 24.56%
BLUE value IS 180 (70.70% from 255) = 31.36%
R=44.08%
G=24.56%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314118000.440.290.01339.1196.5577.25
HexFD8DB402C1D1153614d
Octal375215264054351523141115
Binary111111011000110110110100010110011101110101001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8DB4; }

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

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

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

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

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

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

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

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