Html Css Color HEX #FC90B0 Illusion

📋 copy color: '#FC90B0'

red 252 ◦ green 144 ◦ blue 176

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

Shades of Illusion #FC90B0

Tints of Illusion #FC90B0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.17%

 BLUE value IS 176 (69.14% from 255) = 30.77%

R = 44.06%
G = 25.17%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC90B0 (or 0xFC90B0) is known color: Illusion. HEX triplet: FC, 90 and B0. RGB value is (252,144,176). Sum of RGB (Red+Green+Blue) = 252+144+176=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90B0 is #036F4F. Grayscale: #B3B3B3. Windows color (decimal): -225104 or 11571452. OLE color: 11571452.

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

Color convert

RGB 252 144 176 -
CMYK 0 0.43 0.30 0.01
HSL 342.22º 0.95% 0.78% -
HSV(B) 342.22º 0.43% 0.99% -
XYZ 57.95 43.78 46.47 -
YUV 179.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 252 144 176 0 0.43 0.30 0.01 342.22 0.95 0.78
Hex FC 90 B0 0 2B 1E 1 156 5F 4E
Octal 374 220 260 0 53 36 1 526 137 116
Binary 11111100 10010000 10110000 0 101011 11110 1 101010110 1011111 1001110

Color Harmonies of #FC90B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90B0

Black with #FC90B0

Text Example


Text Example

White with #FC90B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90B0; }

 p { color: rgb(252,144,176); }

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

background-color css

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

 a { background-color: rgb(252,144,176); }

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

border-color css

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

 span { border-color: rgb(252,144,176); }

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