Html Css Color HEX #FEA2C2 Carnation Pink

📋 copy color: '#FEA2C2'

red 254 ◦ green 162 ◦ blue 194

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

Shades of Carnation Pink #FEA2C2

Tints of Carnation Pink #FEA2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.8%

R = 41.64%
G = 26.56%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEA2C2 (or 0xFEA2C2) is known color: Carnation Pink. HEX triplet: FE, A2 and C2. RGB value is (254,162,194). Sum of RGB (Red+Green+Blue) = 254+162+194=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 162 (63.67% from 255 or 26.56% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2C2 is #015D3D. Grayscale: #C1C1C1. Windows color (decimal): -89406 or 12755710. OLE color: 12755710.

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

Color convert

RGB 254 162 194 -
CMYK 0 0.36 0.24 0.00
HSL 339.13º 0.98% 0.82% -
HSV(B) 339.13º 0.36% 1% -
XYZ 63.53 50.81 57.5 -
YUV 193.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 254 162 194 0 0.36 0.24 0.00 339.13 0.98 0.82
Hex FE A2 C2 0 24 18 0 153 62 52
Octal 376 242 302 0 44 30 0 523 142 122
Binary 11111110 10100010 11000010 0 100100 11000 0 101010011 1100010 1010010

Color Harmonies of #FEA2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2C2

Black with #FEA2C2

Text Example


Text Example

White with #FEA2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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