Html Css Color HEX #FEA2B6 Illusion

📋 copy color: '#FEA2B6'

red 254 ◦ green 162 ◦ blue 182

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

Shades of Illusion #FEA2B6

Tints of Illusion #FEA2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.43%

R = 42.47%
G = 27.09%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEA2B6 (or 0xFEA2B6) is known color: Illusion. HEX triplet: FE, A2 and B6. RGB value is (254,162,182). Sum of RGB (Red+Green+Blue) = 254+162+182=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2B6 is #015D49. Grayscale: #BFBFBF. Windows color (decimal): -89418 or 11969278. OLE color: 11969278.

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

Color convert

RGB 254 162 182 -
CMYK 0 0.36 0.28 0.00
HSL 346.96º 0.98% 0.82% -
HSV(B) 346.96º 0.36% 1% -
XYZ 62.24 50.29 50.68 -
YUV 191.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 254 162 182 0 0.36 0.28 0.00 346.96 0.98 0.82
Hex FE A2 B6 0 24 1C 0 15B 62 52
Octal 376 242 266 0 44 34 0 533 142 122
Binary 11111110 10100010 10110110 0 100100 11100 0 101011011 1100010 1010010

Color Harmonies of #FEA2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2B6

Black with #FEA2B6

Text Example


Text Example

White with #FEA2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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