#FEA6C3

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

Shades of Carnation Pink #FEA6C3

Tints of Carnation Pink #FEA6C3

Color information

#FEA6C3 (or 0xFEA6C3) is unknown color: approx Carnation Pink. HEX triplet: FE, A6 and C3. RGB value is (254,166,195). Sum of RGB (Red+Green+Blue) = 254+166+195=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6C3 is #01593C. Grayscale: #C3C3C3. Windows color (decimal): -88381 or 12822270. OLE color: 12822270.

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

Color convert

RGB254166195-
CMYK00.350.230.00
HSL340.23º97.78%82.35%-
HSV(B)340.23º34.65%99.61%-
XYZ64.3652.2858.33-
YUV195.62127.65169.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 166 (65.23% from 255) = 26.99%
BLUE value IS 195 (76.56% from 255) = 31.71%
R=41.30%
G=26.99%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416619500.350.230.00340.2397.7882.35
HexFEA6C30231701546252
Octal376246303043270524142122
Binary111111101010011011000011010001110111010101010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6C3; }

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

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

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

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

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

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

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

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