#FEA5CA

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

Shades of Carnation Pink #FEA5CA

Tints of Carnation Pink #FEA5CA

Color information

#FEA5CA (or 0xFEA5CA) is unknown color: approx Carnation Pink. HEX triplet: FE, A5 and CA. RGB value is (254,165,202). Sum of RGB (Red+Green+Blue) = 254+165+202=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5CA is #015A35. Grayscale: #C3C3C3. Windows color (decimal): -88630 or 13280766. OLE color: 13280766.

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

Color convert

RGB254165202-
CMYK00.350.200.00
HSL335.06º97.8%82.16%-
HSV(B)335.06º35.04%99.61%-
XYZ64.9952.2562.54-
YUV195.83131.49169.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 165 (64.84% from 255) = 26.57%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=40.90%
G=26.57%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416520200.350.200.00335.0697.882.16
HexFEA5CA02314014f6252
Octal376245312043240517142122
Binary111111101010010111001010010001110100010100111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5CA; }

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

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

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

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

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

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

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

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