#FD8BB5

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

Shades of Illusion #FD8BB5

Tints of Illusion #FD8BB5

Color information

#FD8BB5 (or 0xFD8BB5) is unknown color: approx Illusion. HEX triplet: FD, 8B and B5. RGB value is (253,139,181). Sum of RGB (Red+Green+Blue) = 253+139+181=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8BB5 is #02744A. Grayscale: #B1B1B1. Windows color (decimal): -160843 or 11897853. OLE color: 11897853.

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

Color convert

RGB253139181-
CMYK00.450.280.01
HSL337.89º96.61%76.86%-
HSV(B)337.89º45.06%99.22%-
XYZ58.0842.6848.89-
YUV177.87129.77181.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 139 (54.69% from 255) = 24.26%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=44.15%
G=24.26%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313918100.450.280.01337.8996.6176.86
HexFD8BB502D1C1152614d
Octal375213265055341522141115
Binary111111011000101110110101010110111100110101001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8BB5; }

 p { color: rgb(253,139,181); }

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

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

 a { background-color: rgb(253,139,181); }

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

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

 span { border-color: rgb(253,139,181); }

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