#FEA7C1

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

Shades of Carnation Pink #FEA7C1

Tints of Carnation Pink #FEA7C1

Color information

#FEA7C1 (or 0xFEA7C1) is unknown color: approx Carnation Pink. HEX triplet: FE, A7 and C1. RGB value is (254,167,193). Sum of RGB (Red+Green+Blue) = 254+167+193=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7C1 is #01583E. Grayscale: #C3C3C3. Windows color (decimal): -88127 or 12691454. OLE color: 12691454.

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

Color convert

RGB254167193-
CMYK00.340.240.00
HSL342.07º97.75%82.55%-
HSV(B)342.07º34.25%99.61%-
XYZ64.3252.5657.21-
YUV195.98126.32169.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 167 (65.62% from 255) = 27.20%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=41.37%
G=27.20%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416719300.340.240.00342.0797.7582.55
HexFEA7C10221801566253
Octal376247301042300526142123
Binary111111101010011111000001010001011000010101011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7C1; }

 p { color: rgb(254,167,193); }

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

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

 a { background-color: rgb(254,167,193); }

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

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

 span { border-color: rgb(254,167,193); }

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