Html Css Color HEX #FEA2C4 Carnation Pink

📋 copy color: '#FEA2C4'

red 254 ◦ green 162 ◦ blue 196

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

Shades of Carnation Pink #FEA2C4

Tints of Carnation Pink #FEA2C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.03%

R = 41.5%
G = 26.47%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEA2C4 (or 0xFEA2C4) is known color: Carnation Pink. HEX triplet: FE, A2 and C4. RGB value is (254,162,196). Sum of RGB (Red+Green+Blue) = 254+162+196=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2C4 is #015D3B. Grayscale: #C1C1C1. Windows color (decimal): -89404 or 12886782. OLE color: 12886782.

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

Color convert

RGB 254 162 196 -
CMYK 0 0.36 0.23 0.00
HSL 337.83º 0.98% 0.82% -
HSV(B) 337.83º 0.36% 1% -
XYZ 63.76 50.9 58.69 -
YUV 193.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 254 162 196 0 0.36 0.23 0.00 337.83 0.98 0.82
Hex FE A2 C4 0 24 17 0 152 62 52
Octal 376 242 304 0 44 27 0 522 142 122
Binary 11111110 10100010 11000100 0 100100 10111 0 101010010 1100010 1010010

Color Harmonies of #FEA2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2C4

Black with #FEA2C4

Text Example


Text Example

White with #FEA2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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