#FF93B3

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

Shades of Illusion #FF93B3

Tints of Illusion #FF93B3

Color information

#FF93B3 (or 0xFF93B3) is unknown color: approx Illusion. HEX triplet: FF, 93 and B3. RGB value is (255,147,179). Sum of RGB (Red+Green+Blue) = 255+147+179=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93B3 is #006C4C. Grayscale: #B6B6B6. Windows color (decimal): -27725 or 11768831. OLE color: 11768831.

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

Color convert

RGB255147179-
CMYK00.420.300
HSL342.22º100%78.82%-
HSV(B)342.22º42.35%100%-
XYZ59.8145.3848.26-
YUV182.94125.78179.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=43.89%
G=25.30%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514717900.420.300342.2210078.82
HexFF93B302A1E0156644f
Octal377223263052360526144117
Binary111111111001001110110011010101011110010101011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF93B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF93B3; }

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

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

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

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

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

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

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

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