Html Css Color HEX #FEA1BF Carnation Pink

📋 copy color: '#FEA1BF'

red 254 ◦ green 161 ◦ blue 191

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

Shades of Carnation Pink #FEA1BF

Tints of Carnation Pink #FEA1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.52%

R = 41.91%
G = 26.57%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEA1BF (or 0xFEA1BF) is known color: Carnation Pink. HEX triplet: FE, A1 and BF. RGB value is (254,161,191). Sum of RGB (Red+Green+Blue) = 254+161+191=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1BF is #015E40. Grayscale: #C0C0C0. Windows color (decimal): -89665 or 12558846. OLE color: 12558846.

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

Color convert

RGB 254 161 191 -
CMYK 0 0.37 0.25 0.00
HSL 340.65º 0.98% 0.81% -
HSV(B) 340.65º 0.37% 1% -
XYZ 63.02 50.32 55.68 -
YUV 192.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 254 161 191 0 0.37 0.25 0.00 340.65 0.98 0.81
Hex FE A1 BF 0 25 19 0 155 62 51
Octal 376 241 277 0 45 31 0 525 142 121
Binary 11111110 10100001 10111111 0 100101 11001 0 101010101 1100010 1010001

Color Harmonies of #FEA1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1BF

Black with #FEA1BF

Text Example


Text Example

White with #FEA1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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