#FF93BB

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

Shades of Illusion #FF93BB

Tints of Illusion #FF93BB

Color information

#FF93BB (or 0xFF93BB) is unknown color: approx Illusion. HEX triplet: FF, 93 and BB. RGB value is (255,147,187). Sum of RGB (Red+Green+Blue) = 255+147+187=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93BB is #006C44. Grayscale: #B7B7B7. Windows color (decimal): -27717 or 12293119. OLE color: 12293119.

HSL color Cylindrical-coordinate representation of color #FF93BB: hue angle of 337.78º 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 #FF93BB is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255147187-
CMYK00.420.270
HSL337.78º100%78.82%-
HSV(B)337.78º42.35%100%-
XYZ60.6445.7252.64-
YUV183.85129.78178.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=43.29%
G=24.96%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514718700.420.270337.7810078.82
HexFF93BB02A1B0152644f
Octal377223273052330522144117
Binary111111111001001110111011010101011011010101001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF93BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF93BB; }

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

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

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

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

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

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

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

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