#FEA5BB

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

Shades of Carnation Pink #FEA5BB

Tints of Carnation Pink #FEA5BB

Color information

#FEA5BB (or 0xFEA5BB) is unknown color: approx Carnation Pink. HEX triplet: FE, A5 and BB. RGB value is (254,165,187). Sum of RGB (Red+Green+Blue) = 254+165+187=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5BB is #015A44. Grayscale: #C2C2C2. Windows color (decimal): -88645 or 12297726. OLE color: 12297726.

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

Color convert

RGB254165187-
CMYK00.350.260.00
HSL345.17º97.8%82.16%-
HSV(B)345.17º35.04%99.61%-
XYZ63.351.5753.63-
YUV194.12123.99170.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=41.91%
G=27.23%
B=30.86%

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
Decimal25416518700.350.260.00345.1797.882.16
HexFEA5BB0231A01596252
Octal376245273043320531142122
Binary111111101010010110111011010001111010010101100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5BB; }

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

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

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

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

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

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

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

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