#FEAACA

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

Shades of Carnation Pink #FEAACA

Tints of Carnation Pink #FEAACA

Color information

#FEAACA (or 0xFEAACA) is unknown color: approx Carnation Pink. HEX triplet: FE, AA and CA. RGB value is (254,170,202). Sum of RGB (Red+Green+Blue) = 254+170+202=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAACA is #015535. Grayscale: #C6C6C6. Windows color (decimal): -87350 or 13282046. OLE color: 13282046.

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

Color convert

RGB254170202-
CMYK00.330.200.00
HSL337.14º97.67%83.14%-
HSV(B)337.14º33.07%99.61%-
XYZ65.9154.0862.84-
YUV198.76129.83167.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 170 (66.80% from 255) = 27.16%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=40.58%
G=27.16%
B=32.27%

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
Decimal25417020200.330.200.00337.1497.6783.14
HexFEAACA0211401516253
Octal376252312041240521142123
Binary111111101010101011001010010000110100010101000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAACA; }

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

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

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

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

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

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

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

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