Html Css Color HEX #FC90B4 Illusion

📋 copy color: '#FC90B4'

red 252 ◦ green 144 ◦ blue 180

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

Shades of Illusion #FC90B4

Tints of Illusion #FC90B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.25%

R = 43.75%
G = 25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC90B4 (or 0xFC90B4) is known color: Illusion. HEX triplet: FC, 90 and B4. RGB value is (252,144,180). Sum of RGB (Red+Green+Blue) = 252+144+180=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90B4 is #036F4B. Grayscale: #B4B4B4. Windows color (decimal): -225100 or 11833596. OLE color: 11833596.

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

Color convert

RGB 252 144 180 -
CMYK 0 0.43 0.29 0.01
HSL 340º 0.95% 0.78% -
HSV(B) 340º 0.43% 0.99% -
XYZ 58.36 43.94 48.59 -
YUV 180.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 252 144 180 0 0.43 0.29 0.01 340 0.95 0.78
Hex FC 90 B4 0 2B 1D 1 154 5F 4E
Octal 374 220 264 0 53 35 1 524 137 116
Binary 11111100 10010000 10110100 0 101011 11101 1 101010100 1011111 1001110

Color Harmonies of #FC90B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90B4

Black with #FC90B4

Text Example


Text Example

White with #FC90B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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