Html Css Color HEX #FEA9C2 Carnation Pink

📋 copy color: '#FEA9C2'

red 254 ◦ green 169 ◦ blue 194

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

Shades of Carnation Pink #FEA9C2

Tints of Carnation Pink #FEA9C2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.39%

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

R = 41.17%
G = 27.39%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEA9C2 (or 0xFEA9C2) is known color: Carnation Pink. HEX triplet: FE, A9 and C2. RGB value is (254,169,194). Sum of RGB (Red+Green+Blue) = 254+169+194=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9C2 is #01563D. Grayscale: #C5C5C5. Windows color (decimal): -87614 or 12757502. OLE color: 12757502.

HSL color Cylindrical-coordinate representation of color #FEA9C2: hue angle of 342.35º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9C2 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 169 194 -
CMYK 0 0.33 0.24 0.00
HSL 342.35º 0.98% 0.83% -
HSV(B) 342.35º 0.33% 1% -
XYZ 64.8 53.34 57.92 -
YUV 197.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 254 169 194 0 0.33 0.24 0.00 342.35 0.98 0.83
Hex FE A9 C2 0 21 18 0 156 62 53
Octal 376 251 302 0 41 30 0 526 142 123
Binary 11111110 10101001 11000010 0 100001 11000 0 101010110 1100010 1010011

Color Harmonies of #FEA9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9C2

Black with #FEA9C2

Text Example


Text Example

White with #FEA9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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