#FD9CB5

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

Shades of Illusion #FD9CB5

Tints of Illusion #FD9CB5

Color information

#FD9CB5 (or 0xFD9CB5) is unknown color: approx Illusion. HEX triplet: FD, 9C and B5. RGB value is (253,156,181). Sum of RGB (Red+Green+Blue) = 253+156+181=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9CB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9CB5 is #02634A. Grayscale: #BBBBBB. Windows color (decimal): -156491 or 11902205. OLE color: 11902205.

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

Color convert

RGB253156181-
CMYK00.380.280.01
HSL344.54º96.04%80.2%-
HSV(B)344.54º38.34%99.22%-
XYZ60.744849.78-
YUV187.85124.14174.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 156 (61.33% from 255) = 26.44%
BLUE value IS 181 (71.09% from 255) = 30.68%
R=42.88%
G=26.44%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315618100.380.280.01344.5496.0480.2
HexFD9CB50261C11596050
Octal375234265046341531140120
Binary111111011001110010110101010011011100110101100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9CB5; }

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

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

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

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

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

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

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

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