#FEA9CA

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

Shades of Carnation Pink #FEA9CA

Tints of Carnation Pink #FEA9CA

Color information

#FEA9CA (or 0xFEA9CA) is unknown color: approx Carnation Pink. HEX triplet: FE, A9 and CA. RGB value is (254,169,202). Sum of RGB (Red+Green+Blue) = 254+169+202=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9CA is #015635. Grayscale: #C6C6C6. Windows color (decimal): -87606 or 13281790. OLE color: 13281790.

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

Color convert

RGB254169202-
CMYK00.330.200.00
HSL336.71º97.7%82.94%-
HSV(B)336.71º33.46%99.61%-
XYZ65.7253.7162.78-
YUV198.18130.16167.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 169 (66.41% from 255) = 27.04%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=40.64%
G=27.04%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416920200.330.200.00336.7197.782.94
HexFEA9CA0211401516253
Octal376251312041240521142123
Binary111111101010100111001010010000110100010101000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9CA; }

 p { color: rgb(254,169,202); }

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

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

 a { background-color: rgb(254,169,202); }

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

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

 span { border-color: rgb(254,169,202); }

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