#FEBAC6

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

Shades of Light Pink #FEBAC6

Tints of Light Pink #FEBAC6

Color information

#FEBAC6 (or 0xFEBAC6) is unknown color: approx Light Pink. HEX triplet: FE, BA and C6. RGB value is (254,186,198). Sum of RGB (Red+Green+Blue) = 254+186+198=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC6 is #014539. Grayscale: #CFCFCF. Windows color (decimal): -83258 or 13023998. OLE color: 13023998.

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

Color convert

RGB254186198-
CMYK00.270.220.00
HSL349.41º97.14%86.27%-
HSV(B)349.41º26.77%99.61%-
XYZ68.6260.2761.44-
YUV207.7122.53161.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=39.81%
G=29.15%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418619800.270.220.00349.4197.1486.27
HexFEBAC601B16015d6156
Octal376272306033260535141126
Binary11111110101110101100011001101110110010101110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAC6; }

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

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

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

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

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

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

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

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