#FEBAC0

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

Shades of Light Pink #FEBAC0

Tints of Light Pink #FEBAC0

Color information

#FEBAC0 (or 0xFEBAC0) is unknown color: approx Light Pink. HEX triplet: FE, BA and C0. RGB value is (254,186,192). Sum of RGB (Red+Green+Blue) = 254+186+192=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC0 is #01453F. Grayscale: #CFCFCF. Windows color (decimal): -83264 or 12630782. OLE color: 12630782.

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

Color convert

RGB254186192-
CMYK00.270.240.00
HSL354.71º97.14%86.27%-
HSV(B)354.71º26.77%99.61%-
XYZ67.9559.9957.87-
YUV207.02119.53161.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 192 (75.39% from 255) = 30.38%
R=40.19%
G=29.43%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418619200.270.240.00354.7197.1486.27
HexFEBAC001B1801636156
Octal376272300033300543141126
Binary11111110101110101100000001101111000010110001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAC0; }

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

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

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

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

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

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

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

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