Html Css Color HEX #FC96B8 Illusion

📋 copy color: '#FC96B8'

red 252 ◦ green 150 ◦ blue 184

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

Shades of Illusion #FC96B8

Tints of Illusion #FC96B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.4%

R = 43%
G = 25.6%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC96B8 (or 0xFC96B8) is known color: Illusion. HEX triplet: FC, 96 and B8. RGB value is (252,150,184). Sum of RGB (Red+Green+Blue) = 252+150+184=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96B8 is #036947. Grayscale: #B8B8B8. Windows color (decimal): -223560 or 12097276. OLE color: 12097276.

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

Color convert

RGB 252 150 184 -
CMYK 0 0.40 0.27 0.01
HSL 340º 0.94% 0.79% -
HSV(B) 340º 0.4% 0.99% -
XYZ 59.7 45.97 51.07 -
YUV 184.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 252 150 184 0 0.40 0.27 0.01 340 0.94 0.79
Hex FC 96 B8 0 28 1B 1 154 5E 4F
Octal 374 226 270 0 50 33 1 524 136 117
Binary 11111100 10010110 10111000 0 101000 11011 1 101010100 1011110 1001111

Color Harmonies of #FC96B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96B8

Black with #FC96B8

Text Example


Text Example

White with #FC96B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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