#FC98B3

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

Shades of Illusion #FC98B3

Tints of Illusion #FC98B3

Color information

#FC98B3 (or 0xFC98B3) is unknown color: approx Illusion. HEX triplet: FC, 98 and B3. RGB value is (252,152,179). Sum of RGB (Red+Green+Blue) = 252+152+179=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98B3 is #03674C. Grayscale: #B8B8B8. Windows color (decimal): -223053 or 11770108. OLE color: 11770108.

HSL color Cylindrical-coordinate representation of color #FC98B3: hue angle of 343.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC98B3 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252152179-
CMYK00.400.290.01
HSL343.8º94.34%79.22%-
HSV(B)343.8º39.68%98.82%-
XYZ59.5146.4148.47-
YUV184.98124.63175.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 179 (70.31% from 255) = 30.70%
R=43.22%
G=26.07%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215217900.400.290.01343.894.3479.22
HexFC98B30281D11585e4f
Octal374230263050351530136117
Binary111111001001100010110011010100011101110101100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98B3; }

 p { color: rgb(252,152,179); }

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

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

 a { background-color: rgb(252,152,179); }

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

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

 span { border-color: rgb(252,152,179); }

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