Html Css Color HEX #FEA2B4 Illusion

📋 copy color: '#FEA2B4'

red 254 ◦ green 162 ◦ blue 180

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

Shades of Illusion #FEA2B4

Tints of Illusion #FEA2B4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.18%

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

R = 42.62%
G = 27.18%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEA2B4 (or 0xFEA2B4) is known color: Illusion. HEX triplet: FE, A2 and B4. RGB value is (254,162,180). Sum of RGB (Red+Green+Blue) = 254+162+180=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2B4 is #015D4B. Grayscale: #BFBFBF. Windows color (decimal): -89420 or 11838206. OLE color: 11838206.

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

Color convert

RGB 254 162 180 -
CMYK 0 0.36 0.29 0.00
HSL 348.26º 0.98% 0.82% -
HSV(B) 348.26º 0.36% 1% -
XYZ 62.03 50.21 49.6 -
YUV 191.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 254 162 180 0 0.36 0.29 0.00 348.26 0.98 0.82
Hex FE A2 B4 0 24 1D 0 15C 62 52
Octal 376 242 264 0 44 35 0 534 142 122
Binary 11111110 10100010 10110100 0 100100 11101 0 101011100 1100010 1010010

Color Harmonies of #FEA2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2B4

Black with #FEA2B4

Text Example


Text Example

White with #FEA2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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