Html Css Color HEX #FE90B2 Illusion

📋 copy color: '#FE90B2'

red 254 ◦ green 144 ◦ blue 178

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

Shades of Illusion #FE90B2

Tints of Illusion #FE90B2

RGB

 RED value IS 254 (99.61% from 255) = 44.1%

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

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

R = 44.1%
G = 25%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE90B2 (or 0xFE90B2) is known color: Illusion. HEX triplet: FE, 90 and B2. RGB value is (254,144,178). Sum of RGB (Red+Green+Blue) = 254+144+178=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90B2 is #016F4D. Grayscale: #B4B4B4. Windows color (decimal): -94030 or 11702526. OLE color: 11702526.

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

Color convert

RGB 254 144 178 -
CMYK 0 0.43 0.30 0.00
HSL 341.45º 0.98% 0.78% -
HSV(B) 341.45º 0.43% 1% -
XYZ 58.88 44.23 47.55 -
YUV 180.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 254 144 178 0 0.43 0.30 0.00 341.45 0.98 0.78
Hex FE 90 B2 0 2B 1E 0 155 62 4E
Octal 376 220 262 0 53 36 0 525 142 116
Binary 11111110 10010000 10110010 0 101011 11110 0 101010101 1100010 1001110

Color Harmonies of #FE90B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90B2

Black with #FE90B2

Text Example


Text Example

White with #FE90B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90B2; }

 p { color: rgb(254,144,178); }

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

background-color css

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

 a { background-color: rgb(254,144,178); }

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

border-color css

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

 span { border-color: rgb(254,144,178); }

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