Html Css Color HEX #FEA2C3 Carnation Pink

📋 copy color: '#FEA2C3'

red 254 ◦ green 162 ◦ blue 195

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

Shades of Carnation Pink #FEA2C3

Tints of Carnation Pink #FEA2C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.91%

R = 41.57%
G = 26.51%
B = 31.91%

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

#FEA2C3 (or 0xFEA2C3) is known color: Carnation Pink. HEX triplet: FE, A2 and C3. RGB value is (254,162,195). Sum of RGB (Red+Green+Blue) = 254+162+195=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2C3 is #015D3C. Grayscale: #C1C1C1. Windows color (decimal): -89405 or 12821246. OLE color: 12821246.

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

Color convert

RGB 254 162 195 -
CMYK 0 0.36 0.23 0.00
HSL 338.48º 0.98% 0.82% -
HSV(B) 338.48º 0.36% 1% -
XYZ 63.64 50.85 58.09 -
YUV 193.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 254 162 195 0 0.36 0.23 0.00 338.48 0.98 0.82
Hex FE A2 C3 0 24 17 0 152 62 52
Octal 376 242 303 0 44 27 0 522 142 122
Binary 11111110 10100010 11000011 0 100100 10111 0 101010010 1100010 1010010

Color Harmonies of #FEA2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2C3

Black with #FEA2C3

Text Example


Text Example

White with #FEA2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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