Html Css Color HEX #FEA1B4 Illusion

📋 copy color: '#FEA1B4'

red 254 ◦ green 161 ◦ blue 180

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

Shades of Illusion #FEA1B4

Tints of Illusion #FEA1B4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.06%

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

R = 42.69%
G = 27.06%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEA1B4 (or 0xFEA1B4) is known color: Illusion. HEX triplet: FE, A1 and B4. RGB value is (254,161,180). Sum of RGB (Red+Green+Blue) = 254+161+180=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1B4 is #015E4B. Grayscale: #BEBEBE. Windows color (decimal): -89676 or 11837950. OLE color: 11837950.

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

Color convert

RGB 254 161 180 -
CMYK 0 0.37 0.29 0.00
HSL 347.74º 0.98% 0.81% -
HSV(B) 347.74º 0.37% 1% -
XYZ 61.86 49.86 49.54 -
YUV 190.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 254 161 180 0 0.37 0.29 0.00 347.74 0.98 0.81
Hex FE A1 B4 0 25 1D 0 15C 62 51
Octal 376 241 264 0 45 35 0 534 142 121
Binary 11111110 10100001 10110100 0 100101 11101 0 101011100 1100010 1010001

Color Harmonies of #FEA1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1B4

Black with #FEA1B4

Text Example


Text Example

White with #FEA1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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