Html Css Color HEX #FEA0B4 Illusion

📋 copy color: '#FEA0B4'

red 254 ◦ green 160 ◦ blue 180

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

Shades of Illusion #FEA0B4

Tints of Illusion #FEA0B4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.94%

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

R = 42.76%
G = 26.94%
B = 30.3%

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

#FEA0B4 (or 0xFEA0B4) is known color: Illusion. HEX triplet: FE, A0 and B4. RGB value is (254,160,180). Sum of RGB (Red+Green+Blue) = 254+160+180=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0B4 is #015F4B. Grayscale: #BEBEBE. Windows color (decimal): -89932 or 11837694. OLE color: 11837694.

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

Color convert

RGB 254 160 180 -
CMYK 0 0.37 0.29 0.00
HSL 347.23º 0.98% 0.81% -
HSV(B) 347.23º 0.37% 1% -
XYZ 61.68 49.51 49.48 -
YUV 190.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 254 160 180 0 0.37 0.29 0.00 347.23 0.98 0.81
Hex FE A0 B4 0 25 1D 0 15B 62 51
Octal 376 240 264 0 45 35 0 533 142 121
Binary 11111110 10100000 10110100 0 100101 11101 0 101011011 1100010 1010001

Color Harmonies of #FEA0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0B4

Black with #FEA0B4

Text Example


Text Example

White with #FEA0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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