Html Css Color HEX #FC96B2 Illusion

📋 copy color: '#FC96B2'

red 252 ◦ green 150 ◦ blue 178

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

Shades of Illusion #FC96B2

Tints of Illusion #FC96B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.69%

R = 43.45%
G = 25.86%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC96B2 (or 0xFC96B2) is known color: Illusion. HEX triplet: FC, 96 and B2. RGB value is (252,150,178). Sum of RGB (Red+Green+Blue) = 252+150+178=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC96B2 is #03694D. Grayscale: #B7B7B7. Windows color (decimal): -223566 or 11704060. OLE color: 11704060.

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

Color convert

RGB 252 150 178 -
CMYK 0 0.40 0.29 0.01
HSL 343.53º 0.94% 0.79% -
HSV(B) 343.53º 0.4% 0.99% -
XYZ 59.09 45.72 47.83 -
YUV 183.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 252 150 178 0 0.40 0.29 0.01 343.53 0.94 0.79
Hex FC 96 B2 0 28 1D 1 158 5E 4F
Octal 374 226 262 0 50 35 1 530 136 117
Binary 11111100 10010110 10110010 0 101000 11101 1 101011000 1011110 1001111

Color Harmonies of #FC96B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96B2

Black with #FC96B2

Text Example


Text Example

White with #FC96B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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