Html Css Color HEX #FC94B1 Illusion

📋 copy color: '#FC94B1'

red 252 ◦ green 148 ◦ blue 177

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

Shades of Illusion #FC94B1

Tints of Illusion #FC94B1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.65%

 BLUE value IS 177 (69.53% from 255) = 30.68%

R = 43.67%
G = 25.65%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC94B1 (or 0xFC94B1) is known color: Illusion. HEX triplet: FC, 94 and B1. RGB value is (252,148,177). Sum of RGB (Red+Green+Blue) = 252+148+177=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC94B1 is #036B4E. Grayscale: #B6B6B6. Windows color (decimal): -224079 or 11638012. OLE color: 11638012.

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

Color convert

RGB 252 148 177 -
CMYK 0 0.41 0.30 0.01
HSL 343.27º 0.95% 0.78% -
HSV(B) 343.27º 0.41% 0.99% -
XYZ 58.67 45.05 47.2 -
YUV 182.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 252 148 177 0 0.41 0.30 0.01 343.27 0.95 0.78
Hex FC 94 B1 0 29 1E 1 157 5F 4E
Octal 374 224 261 0 51 36 1 527 137 116
Binary 11111100 10010100 10110001 0 101001 11110 1 101010111 1011111 1001110

Color Harmonies of #FC94B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94B1

Black with #FC94B1

Text Example


Text Example

White with #FC94B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94B1; }

 p { color: rgb(252,148,177); }

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

background-color css

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

 a { background-color: rgb(252,148,177); }

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

border-color css

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

 span { border-color: rgb(252,148,177); }

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