#FF94BB

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

Shades of Illusion #FF94BB

Tints of Illusion #FF94BB

Color information

#FF94BB (or 0xFF94BB) is unknown color: approx Illusion. HEX triplet: FF, 94 and BB. RGB value is (255,148,187). Sum of RGB (Red+Green+Blue) = 255+148+187=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94BB is #006B44. Grayscale: #B8B8B8. Windows color (decimal): -27461 or 12293375. OLE color: 12293375.

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

Color convert

RGB255148187-
CMYK00.420.270
HSL338.13º100%79.02%-
HSV(B)338.13º41.96%100%-
XYZ60.846.0352.69-
YUV184.44129.45178.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 148 (58.20% from 255) = 25.08%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=43.22%
G=25.08%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514818700.420.270338.1310079.02
HexFF94BB02A1B0152644f
Octal377224273052330522144117
Binary111111111001010010111011010101011011010101001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94BB; }

 p { color: rgb(255,148,187); }

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

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

 a { background-color: rgb(255,148,187); }

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

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

 span { border-color: rgb(255,148,187); }

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