#FEA5C6

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

Shades of Carnation Pink #FEA5C6

Tints of Carnation Pink #FEA5C6

Color information

#FEA5C6 (or 0xFEA5C6) is unknown color: approx Carnation Pink. HEX triplet: FE, A5 and C6. RGB value is (254,165,198). Sum of RGB (Red+Green+Blue) = 254+165+198=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 165 (64.84% from 255 or 26.74% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5C6 is #015A39. Grayscale: #C3C3C3. Windows color (decimal): -88634 or 13018622. OLE color: 13018622.

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

Color convert

RGB254165198-
CMYK00.350.220.00
HSL337.75º97.8%82.16%-
HSV(B)337.75º35.04%99.61%-
XYZ64.5252.0660.07-
YUV195.37129.49169.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 165 (64.84% from 255) = 26.74%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=41.17%
G=26.74%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416519800.350.220.00337.7597.882.16
HexFEA5C60231601526252
Octal376245306043260522142122
Binary111111101010010111000110010001110110010101001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5C6; }

 p { color: rgb(254,165,198); }

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

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

 a { background-color: rgb(254,165,198); }

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

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

 span { border-color: rgb(254,165,198); }

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