Html Css Color HEX #FC96BA Illusion

📋 copy color: '#FC96BA'

red 252 ◦ green 150 ◦ blue 186

#FC96BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Illusion #FC96BA

Tints of Illusion #FC96BA

RGB

 RED value IS 252 (98.83% from 255) = 42.86%

 GREEN value IS 150 (58.98% from 255) = 25.51%

 BLUE value IS 186 (73.05% from 255) = 31.63%

R = 42.86%
G = 25.51%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC96BA (or 0xFC96BA) is known color: Illusion. HEX triplet: FC, 96 and BA. RGB value is (252,150,186). Sum of RGB (Red+Green+Blue) = 252+150+186=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96BA is #036945. Grayscale: #B8B8B8. Windows color (decimal): -223558 or 12228348. OLE color: 12228348.

HSL color Cylindrical-coordinate representation of color #FC96BA: hue angle of 338.82º 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 #FC96BA is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 150 186 -
CMYK 0 0.40 0.26 0.01
HSL 338.82º 0.94% 0.79% -
HSV(B) 338.82º 0.4% 0.99% -
XYZ 59.91 46.05 52.19 -
YUV 184.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 252 150 186 0 0.40 0.26 0.01 338.82 0.94 0.79
Hex FC 96 BA 0 28 1A 1 153 5E 4F
Octal 374 226 272 0 50 32 1 523 136 117
Binary 11111100 10010110 10111010 0 101000 11010 1 101010011 1011110 1001111

Color Harmonies of #FC96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96BA

Black with #FC96BA

Text Example


Text Example

White with #FC96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96BA; }

 p { color: rgb(252,150,186); }

 H1.HeaderClassName
 {
   color: #FC96BA;
 }
 .AnyTagClassName
 {
   color: #FC96BA;
 }
</style>

background-color css

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

 a { background-color: rgb(252,150,186); }

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

border-color css

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

 span { border-color: rgb(252,150,186); }

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