Html Css Color HEX #FC96B7 Illusion

📋 copy color: '#FC96B7'

red 252 ◦ green 150 ◦ blue 183

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

Shades of Illusion #FC96B7

Tints of Illusion #FC96B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.28%

R = 43.08%
G = 25.64%
B = 31.28%

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

#FC96B7 (or 0xFC96B7) is known color: Illusion. HEX triplet: FC, 96 and B7. RGB value is (252,150,183). Sum of RGB (Red+Green+Blue) = 252+150+183=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96B7 is #036948. Grayscale: #B8B8B8. Windows color (decimal): -223561 or 12031740. OLE color: 12031740.

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

Color convert

RGB 252 150 183 -
CMYK 0 0.40 0.27 0.01
HSL 340.59º 0.94% 0.79% -
HSV(B) 340.59º 0.4% 0.99% -
XYZ 59.6 45.93 50.52 -
YUV 184.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 252 150 183 0 0.40 0.27 0.01 340.59 0.94 0.79
Hex FC 96 B7 0 28 1B 1 155 5E 4F
Octal 374 226 267 0 50 33 1 525 136 117
Binary 11111100 10010110 10110111 0 101000 11011 1 101010101 1011110 1001111

Color Harmonies of #FC96B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96B7

Black with #FC96B7

Text Example


Text Example

White with #FC96B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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