#FEA8C3

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

Shades of Carnation Pink #FEA8C3

Tints of Carnation Pink #FEA8C3

Color information

#FEA8C3 (or 0xFEA8C3) is unknown color: approx Carnation Pink. HEX triplet: FE, A8 and C3. RGB value is (254,168,195). Sum of RGB (Red+Green+Blue) = 254+168+195=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8C3 is #01573C. Grayscale: #C4C4C4. Windows color (decimal): -87869 or 12822782. OLE color: 12822782.

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

Color convert

RGB254168195-
CMYK00.340.230.00
HSL341.16º97.73%82.75%-
HSV(B)341.16º33.86%99.61%-
XYZ64.7353.0258.45-
YUV196.79126.99168.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 168 (66.02% from 255) = 27.23%
BLUE value IS 195 (76.56% from 255) = 31.60%
R=41.17%
G=27.23%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416819500.340.230.00341.1697.7382.75
HexFEA8C30221701556253
Octal376250303042270525142123
Binary111111101010100011000011010001010111010101010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8C3; }

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

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

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

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

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

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

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

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