Html Css Color HEX #FEA2BE Carnation Pink

📋 copy color: '#FEA2BE'

red 254 ◦ green 162 ◦ blue 190

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

Shades of Carnation Pink #FEA2BE

Tints of Carnation Pink #FEA2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.35%

R = 41.91%
G = 26.73%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEA2BE (or 0xFEA2BE) is known color: Carnation Pink. HEX triplet: FE, A2 and BE. RGB value is (254,162,190). Sum of RGB (Red+Green+Blue) = 254+162+190=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2BE is #015D41. Grayscale: #C0C0C0. Windows color (decimal): -89410 or 12493566. OLE color: 12493566.

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

Color convert

RGB 254 162 190 -
CMYK 0 0.36 0.25 0.00
HSL 341.74º 0.98% 0.82% -
HSV(B) 341.74º 0.36% 1% -
XYZ 63.09 50.63 55.16 -
YUV 192.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 254 162 190 0 0.36 0.25 0.00 341.74 0.98 0.82
Hex FE A2 BE 0 24 19 0 156 62 52
Octal 376 242 276 0 44 31 0 526 142 122
Binary 11111110 10100010 10111110 0 100100 11001 0 101010110 1100010 1010010

Color Harmonies of #FEA2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2BE

Black with #FEA2BE

Text Example


Text Example

White with #FEA2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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