#FEABC5

Color #FEABC5 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FEABC5

Tints of Carnation Pink #FEABC5

Color information

#FEABC5 (or 0xFEABC5) is unknown color: approx Carnation Pink. HEX triplet: FE, AB and C5. RGB value is (254,171,197). Sum of RGB (Red+Green+Blue) = 254+171+197=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABC5 is #01543A. Grayscale: #C6C6C6. Windows color (decimal): -87099 or 12954622. OLE color: 12954622.

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

Color convert

RGB254171197-
CMYK00.330.220.00
HSL341.2º97.65%83.33%-
HSV(B)341.2º32.68%99.61%-
XYZ65.5154.2359.84-
YUV198.78127167.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 171 (67.19% from 255) = 27.49%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=40.84%
G=27.49%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417119700.330.220.00341.297.6583.33
HexFEABC50211601556253
Octal376253305041260525142123
Binary111111101010101111000101010000110110010101010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABC5; }

 p { color: rgb(254,171,197); }

 H1.HeaderClassName
 {
   color: #FEABC5;
 }
 .AnyTagClassName
 {
   color: #FEABC5;
 }
</style>
background-color css

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

 a { background-color: rgb(254,171,197); }

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

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

 span { border-color: rgb(254,171,197); }

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