#FD94BC

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

Shades of Illusion #FD94BC

Tints of Illusion #FD94BC

Color information

#FD94BC (or 0xFD94BC) is unknown color: approx Illusion. HEX triplet: FD, 94 and BC. RGB value is (253,148,188). Sum of RGB (Red+Green+Blue) = 253+148+188=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD94BC is #026B43. Grayscale: #B7B7B7. Windows color (decimal): -158532 or 12358909. OLE color: 12358909.

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

Color convert

RGB253148188-
CMYK00.420.260.01
HSL337.14º96.33%78.63%-
HSV(B)337.14º41.5%99.22%-
XYZ60.1845.6953.23-
YUV183.96130.29177.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=42.95%
G=25.13%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314818800.420.260.01337.1496.3378.63
HexFD94BC02A1A1151604f
Octal375224274052321521140117
Binary111111011001010010111100010101011010110101000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD94BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD94BC; }

 p { color: rgb(253,148,188); }

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

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

 a { background-color: rgb(253,148,188); }

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

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

 span { border-color: rgb(253,148,188); }

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