#FEA8C5

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

Shades of Carnation Pink #FEA8C5

Tints of Carnation Pink #FEA8C5

Color information

#FEA8C5 (or 0xFEA8C5) is unknown color: approx Carnation Pink. HEX triplet: FE, A8 and C5. RGB value is (254,168,197). Sum of RGB (Red+Green+Blue) = 254+168+197=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8C5 is #01573A. Grayscale: #C4C4C4. Windows color (decimal): -87867 or 12953854. OLE color: 12953854.

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

Color convert

RGB254168197-
CMYK00.340.220.00
HSL339.77º97.73%82.75%-
HSV(B)339.77º33.86%99.61%-
XYZ64.9553.1159.65-
YUV197.02127.99168.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 168 (66.02% from 255) = 27.14%
BLUE value IS 197 (77.34% from 255) = 31.83%
R=41.03%
G=27.14%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416819700.340.220.00339.7797.7382.75
HexFEA8C50221601546253
Octal376250305042260524142123
Binary111111101010100011000101010001010110010101010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8C5; }

 p { color: rgb(254,168,197); }

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

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

 a { background-color: rgb(254,168,197); }

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

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

 span { border-color: rgb(254,168,197); }

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