Html Css Color HEX #FC96BB Illusion

📋 copy color: '#FC96BB'

red 252 ◦ green 150 ◦ blue 187

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

Shades of Illusion #FC96BB

Tints of Illusion #FC96BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.75%

R = 42.78%
G = 25.47%
B = 31.75%

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

#FC96BB (or 0xFC96BB) is known color: Illusion. HEX triplet: FC, 96 and BB. RGB value is (252,150,187). Sum of RGB (Red+Green+Blue) = 252+150+187=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96BB is #036944. Grayscale: #B8B8B8. Windows color (decimal): -223557 or 12293884. OLE color: 12293884.

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

Color convert

RGB 252 150 187 -
CMYK 0 0.40 0.26 0.01
HSL 338.24º 0.94% 0.79% -
HSV(B) 338.24º 0.4% 0.99% -
XYZ 60.02 46.1 52.75 -
YUV 184.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 252 150 187 0 0.40 0.26 0.01 338.24 0.94 0.79
Hex FC 96 BB 0 28 1A 1 152 5E 4F
Octal 374 226 273 0 50 32 1 522 136 117
Binary 11111100 10010110 10111011 0 101000 11010 1 101010010 1011110 1001111

Color Harmonies of #FC96BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96BB

Black with #FC96BB

Text Example


Text Example

White with #FC96BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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