Html Css Color HEX #FC95B2 Illusion

📋 copy color: '#FC95B2'

red 252 ◦ green 149 ◦ blue 178

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

Shades of Illusion #FC95B2

Tints of Illusion #FC95B2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.73%

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

R = 43.52%
G = 25.73%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC95B2 (or 0xFC95B2) is known color: Illusion. HEX triplet: FC, 95 and B2. RGB value is (252,149,178). Sum of RGB (Red+Green+Blue) = 252+149+178=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC95B2 is #036A4D. Grayscale: #B7B7B7. Windows color (decimal): -223822 or 11703804. OLE color: 11703804.

HSL color Cylindrical-coordinate representation of color #FC95B2: hue angle of 343.11º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC95B2 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 149 178 -
CMYK 0 0.41 0.29 0.01
HSL 343.11º 0.94% 0.79% -
HSV(B) 343.11º 0.41% 0.99% -
XYZ 58.93 45.4 47.78 -
YUV 183.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 252 149 178 0 0.41 0.29 0.01 343.11 0.94 0.79
Hex FC 95 B2 0 29 1D 1 157 5E 4F
Octal 374 225 262 0 51 35 1 527 136 117
Binary 11111100 10010101 10110010 0 101001 11101 1 101010111 1011110 1001111

Color Harmonies of #FC95B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC95B2

Black with #FC95B2

Text Example


Text Example

White with #FC95B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC95B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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