Html Css Color HEX #FEA1C4 Carnation Pink

📋 copy color: '#FEA1C4'

red 254 ◦ green 161 ◦ blue 196

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

Shades of Carnation Pink #FEA1C4

Tints of Carnation Pink #FEA1C4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.35%

 BLUE value IS 196 (76.95% from 255) = 32.08%

R = 41.57%
G = 26.35%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEA1C4 (or 0xFEA1C4) is known color: Carnation Pink. HEX triplet: FE, A1 and C4. RGB value is (254,161,196). Sum of RGB (Red+Green+Blue) = 254+161+196=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1C4 is #015E3B. Grayscale: #C0C0C0. Windows color (decimal): -89660 or 12886526. OLE color: 12886526.

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

Color convert

RGB 254 161 196 -
CMYK 0 0.37 0.23 0.00
HSL 337.42º 0.98% 0.81% -
HSV(B) 337.42º 0.37% 1% -
XYZ 63.58 50.55 58.63 -
YUV 192.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 254 161 196 0 0.37 0.23 0.00 337.42 0.98 0.81
Hex FE A1 C4 0 25 17 0 151 62 51
Octal 376 241 304 0 45 27 0 521 142 121
Binary 11111110 10100001 11000100 0 100101 10111 0 101010001 1100010 1010001

Color Harmonies of #FEA1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1C4

Black with #FEA1C4

Text Example


Text Example

White with #FEA1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1C4; }

 p { color: rgb(254,161,196); }

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

background-color css

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

 a { background-color: rgb(254,161,196); }

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

border-color css

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

 span { border-color: rgb(254,161,196); }

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