#FEA6C2

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

Shades of Carnation Pink #FEA6C2

Tints of Carnation Pink #FEA6C2

Color information

#FEA6C2 (or 0xFEA6C2) is unknown color: approx Carnation Pink. HEX triplet: FE, A6 and C2. RGB value is (254,166,194). Sum of RGB (Red+Green+Blue) = 254+166+194=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6C2 is #01593D. Grayscale: #C3C3C3. Windows color (decimal): -88382 or 12756734. OLE color: 12756734.

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

Color convert

RGB254166194-
CMYK00.350.240.00
HSL340.91º97.78%82.35%-
HSV(B)340.91º34.65%99.61%-
XYZ64.2552.2457.74-
YUV195.5127.15169.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 166 (65.23% from 255) = 27.04%
BLUE value IS 194 (76.17% from 255) = 31.60%
R=41.37%
G=27.04%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416619400.350.240.00340.9197.7882.35
HexFEA6C20231801556252
Octal376246302043300525142122
Binary111111101010011011000010010001111000010101010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6C2; }

 p { color: rgb(254,166,194); }

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

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

 a { background-color: rgb(254,166,194); }

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

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

 span { border-color: rgb(254,166,194); }

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