#FEA2D0

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

Shades of Carnation Pink #FEA2D0

Tints of Carnation Pink #FEA2D0

Color information

#FEA2D0 (or 0xFEA2D0) is unknown color: approx Carnation Pink. HEX triplet: FE, A2 and D0. RGB value is (254,162,208). Sum of RGB (Red+Green+Blue) = 254+162+208=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2D0 is #015D2F. Grayscale: #C2C2C2. Windows color (decimal): -89392 or 13673214. OLE color: 13673214.

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

Color convert

RGB254162208-
CMYK00.360.180.00
HSL330º97.87%81.57%-
HSV(B)330º36.22%99.61%-
XYZ65.1851.4766.17-
YUV194.75135.48170.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 162 (63.67% from 255) = 25.96%
BLUE value IS 208 (81.64% from 255) = 33.33%
R=40.71%
G=25.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416220800.360.180.0033097.8781.57
HexFEA2D002412014a6252
Octal376242320044220512142122
Binary111111101010001011010000010010010010010100101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2D0; }

 p { color: rgb(254,162,208); }

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

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

 a { background-color: rgb(254,162,208); }

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

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

 span { border-color: rgb(254,162,208); }

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