Html Css Color HEX #FEA2C0 Carnation Pink

📋 copy color: '#FEA2C0'

red 254 ◦ green 162 ◦ blue 192

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

Shades of Carnation Pink #FEA2C0

Tints of Carnation Pink #FEA2C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.58%

R = 41.78%
G = 26.64%
B = 31.58%

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

#FEA2C0 (or 0xFEA2C0) is known color: Carnation Pink. HEX triplet: FE, A2 and C0. RGB value is (254,162,192). Sum of RGB (Red+Green+Blue) = 254+162+192=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2C0 is #015D3F. Grayscale: #C0C0C0. Windows color (decimal): -89408 or 12624638. OLE color: 12624638.

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

Color convert

RGB 254 162 192 -
CMYK 0 0.36 0.24 0.00
HSL 340.43º 0.98% 0.82% -
HSV(B) 340.43º 0.36% 1% -
XYZ 63.31 50.72 56.32 -
YUV 192.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 254 162 192 0 0.36 0.24 0.00 340.43 0.98 0.82
Hex FE A2 C0 0 24 18 0 154 62 52
Octal 376 242 300 0 44 30 0 524 142 122
Binary 11111110 10100010 11000000 0 100100 11000 0 101010100 1100010 1010010

Color Harmonies of #FEA2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2C0

Black with #FEA2C0

Text Example


Text Example

White with #FEA2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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