Html Css Color HEX #FE90B4 Illusion

📋 copy color: '#FE90B4'

red 254 ◦ green 144 ◦ blue 180

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

Shades of Illusion #FE90B4

Tints of Illusion #FE90B4

RGB

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

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

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

R = 43.94%
G = 24.91%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE90B4 (or 0xFE90B4) is known color: Illusion. HEX triplet: FE, 90 and B4. RGB value is (254,144,180). Sum of RGB (Red+Green+Blue) = 254+144+180=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90B4 is #016F4B. Grayscale: #B4B4B4. Windows color (decimal): -94028 or 11833598. OLE color: 11833598.

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

Color convert

RGB 254 144 180 -
CMYK 0 0.43 0.29 0.00
HSL 340.36º 0.98% 0.78% -
HSV(B) 340.36º 0.43% 1% -
XYZ 59.08 44.31 48.62 -
YUV 180.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 254 144 180 0 0.43 0.29 0.00 340.36 0.98 0.78
Hex FE 90 B4 0 2B 1D 0 154 62 4E
Octal 376 220 264 0 53 35 0 524 142 116
Binary 11111110 10010000 10110100 0 101011 11101 0 101010100 1100010 1001110

Color Harmonies of #FE90B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90B4

Black with #FE90B4

Text Example


Text Example

White with #FE90B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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