#FD9CB6

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

Shades of Illusion #FD9CB6

Tints of Illusion #FD9CB6

Color information

#FD9CB6 (or 0xFD9CB6) is unknown color: approx Illusion. HEX triplet: FD, 9C and B6. RGB value is (253,156,182). Sum of RGB (Red+Green+Blue) = 253+156+182=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9CB6 is #026349. Grayscale: #BBBBBB. Windows color (decimal): -156490 or 11967741. OLE color: 11967741.

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

Color convert

RGB253156182-
CMYK00.380.280.01
HSL343.92º96.04%80.2%-
HSV(B)343.92º38.34%99.22%-
XYZ60.8448.0450.32-
YUV187.97124.64174.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=42.81%
G=26.40%
B=30.80%

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
Decimal25315618200.380.280.01343.9296.0480.2
HexFD9CB60261C11586050
Octal375234266046341530140120
Binary111111011001110010110110010011011100110101100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9CB6; }

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

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

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

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

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

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

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

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