Html Css Color HEX #FEA3BF Carnation Pink

📋 copy color: '#FEA3BF'

red 254 ◦ green 163 ◦ blue 191

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

Shades of Carnation Pink #FEA3BF

Tints of Carnation Pink #FEA3BF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.81%

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

R = 41.78%
G = 26.81%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEA3BF (or 0xFEA3BF) is known color: Carnation Pink. HEX triplet: FE, A3 and BF. RGB value is (254,163,191). Sum of RGB (Red+Green+Blue) = 254+163+191=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3BF is #015C40. Grayscale: #C1C1C1. Windows color (decimal): -89153 or 12559358. OLE color: 12559358.

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

Color convert

RGB 254 163 191 -
CMYK 0 0.36 0.25 0.00
HSL 341.54º 0.98% 0.82% -
HSV(B) 341.54º 0.36% 1% -
XYZ 63.37 51.03 55.8 -
YUV 193.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 254 163 191 0 0.36 0.25 0.00 341.54 0.98 0.82
Hex FE A3 BF 0 24 19 0 156 62 52
Octal 376 243 277 0 44 31 0 526 142 122
Binary 11111110 10100011 10111111 0 100100 11001 0 101010110 1100010 1010010

Color Harmonies of #FEA3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA3BF

Black with #FEA3BF

Text Example


Text Example

White with #FEA3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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