#FEBACD

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

Shades of Pink #FEBACD

Tints of Pink #FEBACD

Color information

#FEBACD (or 0xFEBACD) is unknown color: approx Pink. HEX triplet: FE, BA and CD. RGB value is (254,186,205). Sum of RGB (Red+Green+Blue) = 254+186+205=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBACD is #014532. Grayscale: #D0D0D0. Windows color (decimal): -83251 or 13482750. OLE color: 13482750.

HSL color Cylindrical-coordinate representation of color #FEBACD: hue angle of 343.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBACD is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254186205-
CMYK00.270.190.00
HSL343.24º97.14%86.27%-
HSV(B)343.24º26.77%99.61%-
XYZ69.4560.665.79-
YUV208.5126.03160.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=39.38%
G=28.84%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418620500.270.190.00343.2497.1486.27
HexFEBACD01B1301576156
Octal376272315033230527141126
Binary11111110101110101100110101101110011010101011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBACD; }

 p { color: rgb(254,186,205); }

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

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

 a { background-color: rgb(254,186,205); }

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

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

 span { border-color: rgb(254,186,205); }

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