Html Css Color HEX #FEA1C7 Carnation Pink

📋 copy color: '#FEA1C7'

red 254 ◦ green 161 ◦ blue 199

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

Shades of Carnation Pink #FEA1C7

Tints of Carnation Pink #FEA1C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.41%

R = 41.37%
G = 26.22%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEA1C7 (or 0xFEA1C7) is known color: Carnation Pink. HEX triplet: FE, A1 and C7. RGB value is (254,161,199). Sum of RGB (Red+Green+Blue) = 254+161+199=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1C7 is #015E38. Grayscale: #C1C1C1. Windows color (decimal): -89657 or 13083134. OLE color: 13083134.

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

Color convert

RGB 254 161 199 -
CMYK 0 0.37 0.22 0.00
HSL 335.48º 0.98% 0.81% -
HSV(B) 335.48º 0.37% 1% -
XYZ 63.93 50.68 60.45 -
YUV 193.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 254 161 199 0 0.37 0.22 0.00 335.48 0.98 0.81
Hex FE A1 C7 0 25 16 0 14F 62 51
Octal 376 241 307 0 45 26 0 517 142 121
Binary 11111110 10100001 11000111 0 100101 10110 0 101001111 1100010 1010001

Color Harmonies of #FEA1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1C7

Black with #FEA1C7

Text Example


Text Example

White with #FEA1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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