#FEA5BC

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

Shades of Carnation Pink #FEA5BC

Tints of Carnation Pink #FEA5BC

Color information

#FEA5BC (or 0xFEA5BC) is unknown color: approx Carnation Pink. HEX triplet: FE, A5 and BC. RGB value is (254,165,188). Sum of RGB (Red+Green+Blue) = 254+165+188=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5BC is #015A43. Grayscale: #C2C2C2. Windows color (decimal): -88644 or 12363262. OLE color: 12363262.

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

Color convert

RGB254165188-
CMYK00.350.260.00
HSL344.49º97.8%82.16%-
HSV(B)344.49º35.04%99.61%-
XYZ63.4151.6154.2-
YUV194.23124.49170.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 165 (64.84% from 255) = 27.18%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=41.85%
G=27.18%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416518800.350.260.00344.4997.882.16
HexFEA5BC0231A01586252
Octal376245274043320530142122
Binary111111101010010110111100010001111010010101100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5BC; }

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

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

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

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

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

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

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

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