#FEA3C3

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

Shades of Carnation Pink #FEA3C3

Tints of Carnation Pink #FEA3C3

Color information

#FEA3C3 (or 0xFEA3C3) is unknown color: approx Carnation Pink. HEX triplet: FE, A3 and C3. RGB value is (254,163,195). Sum of RGB (Red+Green+Blue) = 254+163+195=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3C3 is #015C3C. Grayscale: #C1C1C1. Windows color (decimal): -89149 or 12821502. OLE color: 12821502.

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

Color convert

RGB254163195-
CMYK00.360.230.00
HSL338.9º97.85%81.76%-
HSV(B)338.9º35.83%99.61%-
XYZ63.8251.2158.15-
YUV193.86128.65170.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 163 (64.06% from 255) = 26.63%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=41.50%
G=26.63%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416319500.360.230.00338.997.8581.76
HexFEA3C30241701536252
Octal376243303044270523142122
Binary111111101010001111000011010010010111010101001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3C3; }

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

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

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

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

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

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

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

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