Html Css Color HEX #FEA4C1 Carnation Pink

📋 copy color: '#FEA4C1'

red 254 ◦ green 164 ◦ blue 193

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

Shades of Carnation Pink #FEA4C1

Tints of Carnation Pink #FEA4C1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.84%

 BLUE value IS 193 (75.78% from 255) = 31.59%

R = 41.57%
G = 26.84%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEA4C1 (or 0xFEA4C1) is known color: Carnation Pink. HEX triplet: FE, A4 and C1. RGB value is (254,164,193). Sum of RGB (Red+Green+Blue) = 254+164+193=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4C1 is #015B3E. Grayscale: #C2C2C2. Windows color (decimal): -88895 or 12690686. OLE color: 12690686.

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

Color convert

RGB 254 164 193 -
CMYK 0 0.35 0.24 0.00
HSL 340.67º 0.98% 0.82% -
HSV(B) 340.67º 0.35% 1% -
XYZ 63.77 51.47 57.03 -
YUV 194.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 254 164 193 0 0.35 0.24 0.00 340.67 0.98 0.82
Hex FE A4 C1 0 23 18 0 155 62 52
Octal 376 244 301 0 43 30 0 525 142 122
Binary 11111110 10100100 11000001 0 100011 11000 0 101010101 1100010 1010010

Color Harmonies of #FEA4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4C1

Black with #FEA4C1

Text Example


Text Example

White with #FEA4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4C1; }

 p { color: rgb(254,164,193); }

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

background-color css

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

 a { background-color: rgb(254,164,193); }

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

border-color css

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

 span { border-color: rgb(254,164,193); }

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