#FEBAC9

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

Shades of Pink #FEBAC9

Tints of Pink #FEBAC9

Color information

#FEBAC9 (or 0xFEBAC9) is unknown color: approx Pink. HEX triplet: FE, BA and C9. RGB value is (254,186,201). Sum of RGB (Red+Green+Blue) = 254+186+201=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC9 is #014536. Grayscale: #D0D0D0. Windows color (decimal): -83255 or 13220606. OLE color: 13220606.

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

Color convert

RGB254186201-
CMYK00.270.210.00
HSL346.76º97.14%86.27%-
HSV(B)346.76º26.77%99.61%-
XYZ68.9760.4163.28-
YUV208.04124.03160.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=39.63%
G=29.02%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418620100.270.210.00346.7697.1486.27
HexFEBAC901B15015b6156
Octal376272311033250533141126
Binary11111110101110101100100101101110101010101101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAC9; }

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

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

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

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

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

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

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

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